load_github_data | R Documentation |
Load all .rda files from a GitHub data folder into the package environment
load_github_data(
repo = "Reilly-ConceptsCognitionLab/ConversationAlign_Data",
branch = "main",
data_folder = "data",
envir = parent.frame()
)
repo |
GitHub repository (e.g., "username/repo") |
branch |
Branch name (default: "main") |
data_folder |
Remote folder containing .rda files (default: "data/") |
envir |
Environment to load into (default: package namespace) |
nothing, loads data (as rda files) from github repository needed for other package functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.