R/yt_functions.R

Defines functions sbox_create_path

Documented in sbox_create_path

#' yt_functions.R  (api)
#' Given a dir, create fs:path
#' 

#' @param dir (character).
#' @return fs:path.
#' @export
sbox_create_path  <- function(dir="tmp") path <-fs::path(dir)
jimrothstein/mp3_files documentation built on July 6, 2020, 12:26 a.m.