zoo_read: Read a XLSX dataset

View source: R/zoo_read.R

zoo_readR Documentation

Read a XLSX dataset

Description

Read a XLSX dataset

Usage

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"
)

Arguments

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

Value

A dataframe

Examples


df <- zoo_read()


zoometh/zoowork documentation built on Aug. 21, 2022, 5:11 a.m.