getConfigFileName: getConfigFileName returns the configuration file name...

View source: R/getConfigFileName.R

getConfigFileNameR 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)

rmsharp/nprcmanager documentation built on Feb. 2, 2025, 12:45 a.m.