powered by
Retrieves the ASD file metadata and stores it in a list.
get_metadata(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.
# NOT RUN { asd_fn <- asd_file() md <- get_metadata(asd_fn) names(md) # }
Run the code above in your browser using DataLab