Learn R Programming

Dominance (version 1.2.0)

AddDominanceDataSheet: Function AddDominanceDataSheet

Description

adds a Sheet with Dominance data to a loaded xlsx workbook

Usage

AddDominanceDataSheet(
  workbook,
  filename,
  sheetname,
  DATASheet,
  XLSX,
  overwrite = FALSE
)

Arguments

workbook

the previous opened workbook

filename

the file name to be opened

sheetname

the sheet name

DATASheet

the data of the new sheet

XLSX

either XLConnect or openxls default: openxls

overwrite

overwrite existing file - default = no

Value

returns a list with WB the Workbook the opened DataSheet

Examples

Run this code
# NOT RUN {
{ #you can eihter use:
}
# }

Run the code above in your browser using DataLab