AddDominanceDataSheet: Function AddDominanceDataSheet

Description Usage Arguments Value Author(s) Examples

View source: R/AddDominanceDataSheet.r

Description

adds a Sheet with Dominance data to a loaded xlsx workbook

Usage

1
2
3
4
5
6
7
8
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

Author(s)

Knut Krueger, Knut.Krueger@equine-science.de

Examples

1
2
{ #you can eihter use:
}

Dominance documentation built on Feb. 23, 2021, 5:13 p.m.