R/zzz.R

Defines functions xl

xl <- function(x) if (!grepl("/$", x)) paste0(x, "/") else x
ropensci/ftp documentation built on Sept. 3, 2020, 3:34 a.m.