Description Usage Arguments Value Examples
View source: R/getParentfindrConfigFileName.R
getParentfindrConfigFileName returns the configuration file name appropriate for the system.
1 | getParentfindrConfigFileName(sysInfo)
|
sysInfo |
object returned by Sys.info() |
Character vector with expected configuration file
1 2 3 | library(parentfindr)
sysInfo <- Sys.info()
config <- getParentfindrConfigFileName(sysInfo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.