View source: R/merge_ci_fields.R
merge_ci_fields | R Documentation |
Merge CI fields
merge_ci_fields(file, template, ...)
file |
File to extract fields from |
template |
Character string of template to merge with |
... |
options to |
Character String of template
template_file = neuroc_ci_template_path(
ci = "travis",
ants = FALSE,
user = "neuroconductor")
template = readLines(template_file)
file = neuroc_example_travis(package = "mimosa")
file = file$travis_file
out = merge_ci_fields(file = file, template = template)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.