| ISRaD.read.entry {ISRaD} | R Documentation | 
ISRaD.read.entry
Description
Reads ISRaD data object from Excel file in standard template format
Usage
ISRaD.read.entry(
  entry,
  template_file = system.file("extdata", "ISRaD_Master_Template.xlsx", package = "ISRaD")
)
Arguments
| entry | ISRaD data object. | 
| template_file | Directory path and name of template file to use (defaults to the ISRaD_Master_Template file built into the package). | 
Author(s)
J. Beem-Miller
Examples
# Load example dataset Gaudinski_2001
entry <- ISRaD::Gaudinski_2001
ISRaD.save.entry(
  entry = entry,
  template_file = system.file("extdata", "ISRaD_Master_Template.xlsx", package = "ISRaD"),
  outfile = file.path(tempdir(), "Gaudinski_2001.xlsx")
)
# Read in .xlsx file
ISRaD.read.entry(file.path(tempdir(), "Gaudinski_2001.xlsx"))
[Package ISRaD version 2.5.5 Index]