Skip to content

Instantly share code, notes, and snippets.

@toyeiei
Last active August 15, 2019 10:17
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 toyeiei/a678f4a9377f77075648055202fe59fb to your computer and use it in GitHub Desktop.
Save toyeiei/a678f4a9377f77075648055202fe59fb to your computer and use it in GitHub Desktop.
R4Excel - read.csv function
## save csv fiels in this folder
getwd()
## read a csv file into R
df <- read.csv("example_data.csv")
## inspect data frame
str(df)
head(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment