Learn R Programming

adapr (version 2.0.0)

swapProjectPath: Lower level function that takes list of dependency file data and changes the project path

Description

Lower level function that takes list of dependency file data and changes the project path

Usage

swapProjectPath(list.deps,
  new.path = getProjectPath(get("source_info")$project.id))

Arguments

list.deps

list of dependency file data

new.path

file path for the new project path

Value

Updated list of dependency data

Details

Not for direct use. Used with swapping branches by reworkProjectPath()