download_list
object.Using a download_list
, return the default chron-control table as a data.frame
.
# S3 method for download_list
get_chroncontrol(x, chronology = 1,
verbose = TRUE, add = FALSE)
A download_list
object.
When download
objects have more than associated chronology, which chronology do you want? Default is 1
.
logical; should messages on API call be printed?
Should the chroncontrol
be added to the download object (default FALSE
)