Learn R Programming

nprcgenekeepr (version 2.0.0)

getConfigFileName: Get the configuration file name for the system

Description

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