sp_string: Internal function to create cli-friendly site/drive/path...

View source: R/sp_.R

sp_stringR 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


tntp/tntpr documentation built on Dec. 1, 2024, 10:25 a.m.