R/neptune_download_last.R

Defines functions neptune_download_last

Documented in neptune_download_last

neptune_download_last <- function(x, destination=NULL){
  check_handler(x)
  x$download_last(destination=destination)
}

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.