writeConfigProp: Format a property for BioLockJ

Description Usage Arguments Value

View source: R/writeConfigProp.R

Description

Write a property in the format suitable for a BioLockJ property.

Usage

1
2
3
4
5
6
7
writeConfigProp(
  propName,
  propVal = NULL,
  propType = "string",
  projectDir = "",
  useRelPath = FALSE
)

Arguments

propName

the name of the property

propVal

the value for the property

propType

the type of property

projectDir

the project directory (the folder where the config file lives), only used if useRelPath=TRUE

useRelPath

boolean, should file paths be written as relative to the projectDir

Value

a properly formatted line for a BioLockJ config file


IvoryC/shinyBioLockJ documentation built on May 29, 2021, 7:40 a.m.