ingest-Ready4useRepos | R Documentation |
ingest method applied to Ready4useRepos
## S4 method for signature 'Ready4useRepos'
ingest(
x,
fls_to_ingest_chr = NA_character_,
gh_token_1L_chr = "",
key_1L_chr = NULL,
metadata_1L_lgl = T,
type_1L_chr = "R"
)
x |
An object of class Ready4useRepos |
fls_to_ingest_chr |
Files to ingest (a character vector), Default: 'NA' |
gh_token_1L_chr |
Github token (a character vector of length one), Default: ” |
key_1L_chr |
Key (a character vector of length one), Default: NULL |
metadata_1L_lgl |
Metadata (a logical vector of length one), Default: T |
type_1L_chr |
Type (a character vector of length one), Default: 'R' |
Ingest (an output object of multiple potential types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.