R/neptune_upload_files.R

Defines functions neptune_upload_files

Documented in neptune_upload_files

neptune_upload_files <- function(x, globs, wait=FALSE){
  check_handler(x)
  x$upload_files(globs=globs, wait=wait)
}

Try the neptune package in your browser

Any scripts or data that you put into this service are public.

neptune documentation built on April 13, 2022, 5:14 p.m.