Skip to contents

This function helps you retrieve document metadata from the OIDA archives.

Usage

get_oida_metadata(file_names)

Arguments

file_names

Eight character document identifier in the format of "AbCd1234" where the first four characters are letters and the last four are numbers. The letters are not case-sensitive.

Details

Documentation for the OIDA API can be found here The function retrieves only the metadata for a document within the archives. Documents are stored as pdfs and must be downloaded individually within the main site.

Examples

if (FALSE) #Strategic Customer Group 2003 Business Plan
df <- get_oida_metadata(file_names = "frgg0230")

if (FALSE) # get multiple files
file_names <- c("kylw0221", "frgg0230", "slwl0231")
df <- get_oida_metadata(file_names = file_names)
#> Error in stopifnot(all(is.character(file_names))): object 'file_names' not found