Description Usage Arguments Examples
Convert the information in a taxa2 object to a data.frame
using base R
vectors as columns. Use as_tibble to convert to tibbles.
1 2 3 4 5 6 7 | as_data_frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = default.stringsAsFactors()
)
|
x |
An object defined by taxa2, such as taxon or taxon_id |
row.names |
|
optional |
logical. If |
... |
additional arguments to be passed to or from methods. |
stringsAsFactors |
logical: should the character vector be converted to a factor? |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.