powered by
Get uses ('indications') for all products described in an XML version of the Swiss Register of Plant Protection Products
srppp_xml_get_uses(srppp_xml = srppp_xml_get())
A tibble::tibble of use definitions
An object as returned by srppp_xml_get with use numbers defined by srppp_xml_define_use_numbers
# \donttest{ srppp_xml <- try(srppp_xml_get()) if (!inherits(srppp_xml, "try-error")) { srppp_xml <- srppp_xml_define_use_numbers(srppp_xml) srppp_xml_get_uses(srppp_xml) } # }
Run the code above in your browser using DataLab