R/neptune_download.R

Defines functions neptune_download

Documented in neptune_download

neptune_download <-
  function(x, destination = NULL) {
    check_handler(x)
    x$download(destination = destination)
  }
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.