Read an XML version of the Swiss Register of Plant Protection Products
Source:R/srppp-xml.R
srppp_xml_get.RdRead 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_xml_cur <- try(srppp_xml_get())
#> Warning: URL 'https://www.blv.admin.ch/dam/blv/de/dokumente/zulassung-pflanzenschutzmittel/pflanzenschutzmittelverzeichnis/daten-pflanzenschutzmittelverzeichnis.zip.download.zip/Daten%20Pflanzenschutzmittelverzeichnis.zip': status was 'Failure when receiving data from the peer'
#> Error in download.file(from, path) :
#> cannot open URL 'https://www.blv.admin.ch/dam/blv/de/dokumente/zulassung-pflanzenschutzmittel/pflanzenschutzmittelverzeichnis/daten-pflanzenschutzmittelverzeichnis.zip.download.zip/Daten%20Pflanzenschutzmittelverzeichnis.zip'
# }