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)
}
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.