Displaying 2 results from an estimated 2 matches for "dateinte".
Did you mean:
dateint
2003 Oct 10
1
length() of vector after using strptime()
Hi,
I am trying to parse a date (that is read in as a factor) and add it
to a dataframe. The length of the parsed date is shorter than the
length of unparsed date and I therefore cannot add it to the dataframe:
> x
[1] 20030807 20030807 20030807 20030808 20030809 20030809 20030809 20030809
[9] 20030808 20030808 20030809 20030808 20030808 20030819 20030819 20030821
.
.
2007 Jan 26
1
spss.get. Warning with SPSS 14 dataset
I am using spss.get to import an SPSS database
"Data.sav", created with SPSS 14 :
df1 <- spss.get("C:/temp/Data.sav" , lowernames=TRUE,
datevars = c("dateinte"))
I am getting this warning. I get the same warning with
read.spss.
Warning message:
C:/temp/Data.sav: Unrecognized record type 7, subtype
16 encountered in system file
This is a stupid question but should I be worried
about it? So far the data looks clean but it is not
my data base orig...