loadGithub: Load an Rdata file from a URL

View source: R/sourceWeb.R

loadGithubR Documentation

Load an Rdata file from a URL

Description

Load an Rdata file from a URL

Usage

loadGithub(githubPath, branch = "master", envir = parent.frame(), token = NULL)

Arguments

githubPath

character. username/repository/pathToFile

branch

which branch to source from

envir

the environment where the data should be loaded.

Value

A character vector of the names of objects created, invisibly.

See Also

loadURL, sourceGithub


oganm/ogbox documentation built on Feb. 18, 2024, 12:37 a.m.