Learn R Programming

nprcgenekeepr (version 1.0.8)

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)

Value

Character vector with expected configuration file

Arguments

sysInfo

object returned by Sys.info()

Examples

Run this code
library(nprcgenekeepr)
sysInfo <- Sys.info()
config <- getConfigFileName(sysInfo)

Run the code above in your browser using DataLab