sp_string {tntpr} | R Documentation |
Internal function to create cli-friendly site/drive/path string
Description
Can use either a site_name or site object, a drive_name or drive_object
Usage
sp_string(
site = NULL,
site_name = NULL,
drive = NULL,
drive_name = NULL,
path = NULL
)
Arguments
site |
site object (from sp_site()) |
site_name |
site name |
drive |
drive object (from sp_drive()) |
drive_name |
drive name |
path |
path |
Value
a cli-formatted string
[Package tntpr version 1.2.1 Index]