pull_R_meta | R Documentation |
acquire information on build platform from BBS NodeInfo.html file
pull_R_meta(htmlfile)
htmlfile |
character(1) path to NodeInfo.html for a given platform |
demaf = make_demo_ArtifSet()
ho = slot(demaf, "hostnames")
ho2_info = grep(ho[2], slot(demaf, "extra_paths"), value=TRUE)
pull_R_meta(grep("NodeInfo", ho2_info, value=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.