as | R Documentation |
Coercion of S4 objects to lists can be applied to explore their content, avoiding errors caused by their validation.
S4_to_list(x)
x |
An object of class taxlist or any S4 class. |
Coerce taxlist objects to lists.
An object of class list.
Miguel Alvarez kamapu78@gmail.com
## Coerce taxlist to list
tax_list <- as(Easplist, "list")
## Coerce data frame to taxlist
Cyperus <- read.csv(file = file.path(path.package("taxlist"), "cyperus",
"names.csv"))
Cyperus$AcceptedName <- !Cyperus$SYNONYM
head(Cyperus)
as(Cyperus, "taxlist")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.