Function for getting a config file from GitHub. They can be given a specific path to be saved to, or set as the user's default lab configuration.
1 2 3 4 5 6 7 8 | fetch_datatracker_cfg(
repo,
path,
gh_root = "",
save_to = NA,
set_lab = NA,
set_local = FALSE
)
|
repo |
Is the name of the repository. |
path |
Is the path in the repo to the file. |
gh_root |
If set to "" will try to access the file from your saved |
save_to |
Is the path to save the datatracker config to. |
set_lab |
Is if you are setting up a new lab/project. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.