View source: R/read_csv_remote.R
read_csv_git_hub | R Documentation |
.csv
file and return as a data frame from a
GitHub repository.Function to read a .csv
file and return as a data frame from a
GitHub repository.
read_csv_git_hub(
user = "skgrange",
repository = "web.server",
branch = "master",
file
)
user |
GitHub user. |
repository |
GitHub repository. |
branch |
Repository's branch. |
file |
Repository's file, including directory. |
Stuart K. Grange
## Not run:
# Use the defaults
data_hour <- read_csv_git_hub(file = "data/wacl/2016_kirb_hour_data.csv.bz2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.