load_call: Load a call from an R file, given by a "get_call" function in...

Description Usage Arguments

View source: R/call_set.R

Description

Load a call from an R file, given by a "get_call" function in that R file

Usage

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,
  ...)

Arguments

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


komparo/certigo documentation built on May 22, 2019, 5:30 p.m.