Skip to content

Instantly share code, notes, and snippets.

@drbh
Created November 16, 2017 22:05
Show Gist options
  • Save drbh/0844dfc589a5af9f0c15659fcc2e7c8c to your computer and use it in GitHub Desktop.
Save drbh/0844dfc589a5af9f0c15659fcc2e7c8c to your computer and use it in GitHub Desktop.
import a csv file and store as a Dataframe in R
getwd()
df <- read.csv("test.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment