zoo_read | R Documentation |
Read a XLSX dataset
zoo_read( xlsx = paste0(system.file(package = "zoowork"), "/extdata/", "Type_Site_PlosOne_CAT_14_TOM_rvTH_6_ZOOWORK.xlsx"), sheet = 1, num_column = "num", key_column = "key", period_column = "period" )
xlsx |
the complete path of the XLSX dataset, by default the test one |
sheet |
the index or the name of the XLSX sheet to read, by default the first one |
num_column |
the column name of assemblage numbers |
key_column |
the column name of assemblage keys |
period_column |
the column name of assemblage periods |
A dataframe
df <- zoo_read()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.