expand_path | R Documentation |
Accessory function which checks if a path is absolute or relative; if relative, use a specified parent directory instead than the working directory to expand it. Useful for functions which accept more than one path as arguments, in which one of them contains the absolute position, and the others do not.
expand_path(path, parent = getwd(), silent = TRUE, normalize = TRUE)
path |
The path name ( |
parent |
The parent directory ( |
silent |
Logical value: if TRUE (default), no message are shown;
if FALSE, a message inform if |
normalize |
Logical value: if TRUE (default), the path is normalised
( |
The path eventually expanded.
License: GPL 3.0
Luigi Ranghetti, phD (2019)
L. Ranghetti, M. Boschetti, F. Nutini, L. Busetto (2020). "sen2r": An R toolbox for automatically downloading and preprocessing Sentinel-2 satellite data. Computers & Geosciences, 139, 104473. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.cageo.2020.104473")}, URL: https://sen2r.ranghetti.info/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.