queryMRRDataFile: PTAGIS MRR Data File

View source: R/queryMRRDataFile.R

queryMRRDataFileR Documentation

PTAGIS MRR Data File

Description

Queries a raw MRR data file for PTAGIS MRR sites, based upon a known file name. NOTE: only the latest, corrected, version of a MRR file is returned

Usage

queryMRRDataFile(file_nm = NULL, file_path = NULL, text_only = FALSE)

Arguments

file_nm

PTAGIS file name.

file_path

if the user has downloaded the PTAGIS file, this function can read in the file, if the file path is included here. The default value, NULL, indicates that the file should be queried from the PTAGIS API interface.

text_only

should this function return a file only containing the text of the MRR file? Default is FALSE, which will parse the MRR data file into a data.frame.

Author(s)

Kevin See

Source

http://www.ptagis.org

Examples

queryMRRDataFile(file_nm = "NBD-2014-188-PRD.xml")

KevinSee/PITcleanr documentation built on Feb. 27, 2024, 11:03 p.m.