asdreader (version 0.1-3)

get_metadata: Reads metadata header from ASD file

Description

Retrieves the ASD file metadata and stores it in a list.

Usage

get_metadata(f)

Arguments

f

character, path to ASD file

Value

a list storing the metadata information in the ASD header, as per http://support.asdi.com/Document/Documents.aspx.

Examples

Run this code
# NOT RUN {
asd_fn <- asd_file()
md <- get_metadata(asd_fn)
names(md)

# }

Run the code above in your browser using DataLab