pull_R_meta: acquire information on build platform from BBS NodeInfo.html...

View source: R/pull_r_meta.R

pull_R_metaR Documentation

acquire information on build platform from BBS NodeInfo.html file

Description

acquire information on build platform from BBS NodeInfo.html file

Usage

pull_R_meta(htmlfile)

Arguments

htmlfile

character(1) path to NodeInfo.html for a given platform

Examples

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

vjcitn/bbsBuildArtifacts documentation built on Aug. 6, 2023, 2:06 p.m.