Created
November 16, 2017 22:05
-
-
Save drbh/0844dfc589a5af9f0c15659fcc2e7c8c to your computer and use it in GitHub Desktop.
import a csv file and store as a Dataframe in R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getwd() | |
df <- read.csv("test.csv") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment