Learn R Programming

nprcgenekeepr (version 1.0.5)

getConfigFileName: 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

Run this code
# NOT RUN {
library(nprcgenekeepr)
sysInfo <- Sys.info()
config <- getConfigFileName(sysInfo)
# }

Run the code above in your browser using DataLab