convertXMLtoRdata: Convert an XML file to RData

View source: R/gpsFunctions.R

convertXMLtoRdataR Documentation

Convert an XML file to RData

Description

Converts an XML file into a data frame that is stored in an RData file. Only the information that we want is taken from the XML

Usage

convertXMLtoRdata(fn, readPath = folderXML, writePath = folderRD)

Arguments

fn

name of the XML file to convert

readPath

file path where the XML file can be found

writePath

file path to write the RData file to

Value

The name of the converted file (without the path)


stuartWagenius/echinaceaLab documentation built on April 13, 2025, 5:22 a.m.