View source: R/package_by_host_data.R
package_by_host_data | R Documentation |
ingest dcf files for a package
package_by_host_data(
afpath,
host = "nebbiolo2",
summary_types = c("install", "buildsrc", "checksrc", "buildbin"),
read.dcf.silent = TRUE
)
afpath |
an element of an artifact_folder_paths instance |
host |
character(1) host used in BBS |
summary_types |
character() defaults to 'c("install", "buildsrc", "checksrc", "buildbin")' |
read.dcf.silent |
logical(1) defaults to TRUE, otherwise bad DCF or build will emit error note |
af = make_demo_ArtifSet()
ho = slot(af, "hostnames")
pbh = package_by_host_data(tail(paths(af),1), host=ho[2])
pbh
package_by_host_data(head(paths(af),1), host=ho[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.