writeFilePath: File Paths for BioLockJ

Description Usage Arguments Details Value Functions

View source: R/writeFilePath.R

Description

Write file paths for a BioLockJ config file.

Usage

1
2
3
4
5
6
7
writeFilePath(path, projectDir, useRelPath)

writeFilePathList(pathList, projectDir, useRelPath)

writeFullPath(path, projectDir)

writeRelPath(path, projectDir)

Arguments

path

a file path (written as either from root or starting with ./ or ../)

projectDir

the path that the paths should be relative to

useRelPath

if TRUE, relative paths are written, if false, then full paths are determined.

pathList

the value of a list property, probably represented as a single string

Details

Paths can be passed in as EITHER relative to root or relative to project dir (ie, starting with './' or '../'). useRelPath dictacts how the output is written, not how the input is interpreted.

Value

a string representing the file path

Functions


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