Skip to content

Instantly share code, notes, and snippets.

@cecilialee
Created March 14, 2018 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cecilialee/7292f7d7f5655a4c65b95077a6565faf to your computer and use it in GitHub Desktop.
Save cecilialee/7292f7d7f5655a4c65b95077a6565faf to your computer and use it in GitHub Desktop.
Parse quoted "NA" to NA in R. #r
df <- replace(df, df == "NA", NA)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment