get_metadata {asdreader} | R Documentation |
Retrieves the ASD file metadata and stores it in a list.
get_metadata(f)
f |
character, path to ASD file |
a list storing the metadata information in the ASD header, as per http://support.asdi.com/Document/Documents.aspx.
Pierre Roudier
asd_fn <- asd_file() md <- get_metadata(asd_fn) names(md)