getConfigFileName {nprcgenekeepr} | R Documentation |
getConfigFileName returns the configuration file name appropriate for the system.
Description
getConfigFileName returns the configuration file name appropriate for the system.
Usage
getConfigFileName(sysInfo)
Arguments
sysInfo |
object returned by Sys.info() |
Value
Character vector with expected configuration file
Examples
library(nprcgenekeepr)
sysInfo <- Sys.info()
config <- getConfigFileName(sysInfo)
[Package nprcgenekeepr version 1.0.7 Index]