getConfigFileName: Get the configuration file name for the system

View source: R/getConfigFileName.R

getConfigFileNameR Documentation

Get the configuration file name for the system

Description

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)

nprcgenekeepr documentation built on July 26, 2026, 5:06 p.m.