Learn R Programming

safedata (version 1.1.3)

get_file_details: Get file details for a record

Description

This function returns a list of the files associated with a record. The access status of the record is reported, along with the local absolute file path and whether a local copy is present. If there is no local copy and the dataset is open access, you can use download_safe_files to get local copies. If the dataset is embargoed or restricted, see insert_dataset.

Usage

get_file_details(record_id)

Value

A data frame with fields: filename, dataset_access, path and local.

Arguments

record_id

A record id

Examples

Run this code
   # \donttest{
   set_example_safe_dir()
   files <- get_file_details(1400562)
   unset_example_safe_dir()
   # }

Run the code above in your browser using DataLab