proj_desc_get {cloudfs} | R Documentation |
Extract values from DESCRIPTION file
Description
Extract values from DESCRIPTION file
Usage
proj_desc_get(key, project = ".")
Arguments
key |
Character. What field to search for in DESCRIPTION file. |
project |
Character. Path to a project. By default it is current working directory. |
Value
A string value extracted from the DESCRIPTION field.
[Package cloudfs version 0.1.3 Index]