read_csv_git_hub: Function to read a '.csv' file and return as a data frame...

View source: R/read_csv_remote.R

read_csv_git_hubR Documentation

Function to read a .csv file and return as a data frame from a GitHub repository.

Description

Function to read a .csv file and return as a data frame from a GitHub repository.

Usage

read_csv_git_hub(
  user = "skgrange",
  repository = "web.server",
  branch = "master",
  file
)

Arguments

user

GitHub user.

repository

GitHub repository.

branch

Repository's branch.

file

Repository's file, including directory.

Author(s)

Stuart K. Grange

Examples

## Not run: 

# Use the defaults
data_hour <- read_csv_git_hub(file = "data/wacl/2016_kirb_hour_data.csv.bz2")


## End(Not run)


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.