Skip to contents

Downloads and stores only new tracks not previously uploaded to cloud storage. Uses parallel processing for improved performance.

Usage

ingest_pds_tracks(
  log_threshold = logger::DEBUG,
  batch_size = NULL,
  package = "coasts"
)

Arguments

log_threshold

The logging threshold to use. Default is logger::DEBUG.

batch_size

Optional number of tracks to process. If NULL, processes all new tracks.

package

Name of the package whose `inst/conf.yml` to read. Defaults to `"coasts"`.

Value

None (invisible).