Skip to contents

Downloads the most recent AWS index file.

Usage

download_current_index_full()

Value

None. Downloads the file as "INDEX.CSV" in the working directory.

Examples

if (FALSE) { # \dontrun{
fn <- download_current_index_full()
index <- data.table::fread( fn )
split_index( index )
} # }