R/zzz.R

Defines functions xl

xl <- function(x) if (!grepl("/$", x)) paste0(x, "/") else x
sckott/ftp documentation built on Sept. 3, 2020, 7:22 p.m.