Load a call from an R file, given by a "get_call" function in that R file
1 2 3 4 5 6 | load_call(call_path, derived_file_directory = "./", id = call_path,
...)
load_call_git(repo, local_path = fs::path(".certigo/repos",
digest::digest(repo, "md5")), call_path = "workflow.R", id = repo,
...)
|
call_path |
The location of the R file which, when sourced, contains a "get_call" function |
derived_file_directory |
Optional, the location in which derived files should be stored |
id |
The id of the call |
... |
Other parameters given to the get_call function |
repo |
The url of the repo, using https |
local_path |
The path in which to store the git repo |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.