View source: R/getConfigFileName.R
| getConfigFileName | R Documentation |
Get the configuration file name for the system
getConfigFileName(sysInfo)
sysInfo |
object returned by Sys.info() |
Character vector with expected configuration file
library(nprcgenekeepr)
sysInfo <- Sys.info()
config <- getConfigFileName(sysInfo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.