Skip to contents

Get the configuration file name 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)