Displaying 4 results from an estimated 4 matches for "seow".
Did you mean:
seo
2010 May 27
2
[URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow
Hi,
First, I would like to apologize for the out-of-topic post. I will keep
this as short as I possibly could.
Does anybody know Dr. Francis T. Seow, the former Solicitor-General from
the Republic of Singapore? I want to contact him but can't seem to find
his email address or telephone number on the internet. Could you help me?
Do you also know how I can contact all the justices of the Judicial
Committee of the UK Privy Council and all...
2010 Apr 29
2
Convert character vector into string
Hi, how do I convert a character vector into a string?
c("a","b","c") into "a b c"
Thanks!
[[alternative HTML version deleted]]
2010 Jul 14
1
POSIXlt error for 1982-01-01
Hi, I am encountering a strange error in POSIXlt... anyone got a clue?
> as.POSIXlt("1982-01-01")
Error in as.POSIXlt.character("1982-01-01") :
character string is not in a standard unambiguous format
> as.POSIXlt("1992-01-01")
[1] "1992-01-01"
> as.POSIXlt("1972-01-01")
[1] "1972-01-01"
> as.POSIXlt("1962-01-01")
2010 Jul 14
1
POSIXlt error
Hi, I'm encountering a strange error in POSIXlt... anyone got a clue on
this?
> as.POSIXlt("1982-01-01")
Error in as.POSIXlt.character("1982-01-01") :
character string is not in a standard unambiguous format
> as.POSIXlt("1992-01-01")
[1] "1992-01-01"
> as.POSIXlt("1972-01-01")
[1] "1972-01-01"
>