You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project...@googlegroups.com
Can I set ProjectTemplate to fill whitespace with NAs when loading in data? If not, how can I fill whitespace with NAs after having loaded the data?
John Myles White
unread,
Jan 26, 2013, 9:17:47 AM1/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project...@googlegroups.com
I would add a function like this to the munging steps. You could rewrite the contents of munge/01-A.R to call a function replaces whitespaces with NA's in any data set that you'd like.
I don't know of a function to do this in R off the top of my head, but think it shouldn't be too hard to write.