Read an XML version of the Swiss Register of Plant Protection Products
Source:R/srppp-xml.R
srppp_xml_get.Rd
Read an XML version of the Swiss Register of Plant Protection Products
Usage
srppp_xml_get(from, ...)
# S3 method for class '`NULL`'
srppp_xml_get(from, ...)
# S3 method for class 'character'
srppp_xml_get(from, ...)
srppp_xml_get_from_path(path, from)
Examples
# Try to get the current SRPPP as available from the FOAG website
# \donttest{
srppp_cur <- try(srppp_xml_get())
# }