Skip to content

r4wrds/r4wrds-data-intermediate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

r4wrds-data-intermediate

Datasets used in the intermediate R4WRDS class

Best practice is to create a new RStudio project, and run the following code to download and use these data.

# create a data directory in your project
dir.create("data") # warning is ok if already exists!

# downloads the data.zip file to the `data` directory
download.file("https://github.com/r4wrds/r4wrds-data-intermediate/raw/main/data.zip", destfile = "data/data.zip")

# unzip the data:
unzip(zipfile = "data/data.zip")

# if get resulting __MACOSX folder (artifact of unzip), remove:
unlink("__MACOSX", recursive = TRUE)

About

Datasets used in the intermediate R4WRDS class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published