from_xmlrpc | R Documentation |
XML-RPC
Format into an R Object.Convert an object of class "xml_code"
or
a character in the XML-RPC
Format into an R Object.
from_xmlrpc(xml, raise_error = TRUE)
xml |
a character string containing |
raise_error |
a logical controling the behavior if the
|
an R object derived from the input.
params <- list(1L, 1:3, rnorm(3), LETTERS[1:3], charToRaw("A"))
xml <- to_xmlrpc("some_method", params)
from_xmlrpc(xml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.