View source: R/getConfigFileName.R
getConfigFileName | R Documentation |
getConfigFileName returns the configuration file name appropriate 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.