MakeExcelPlan: Makes an excel plan of 'MakeMainPlan'.

Description Usage Arguments Value

View source: R/zigzag-plot.R

Description

It is often needed to discuss the field plan or for dead plants etc..

Usage

1
2
3
4
5
6
7
8
9
MakeExcelPlan(
  List,
  DefaultCols = c(`Mb 311` = "#000000"),
  Label = "geno",
  FieldName = "Field",
  user = "user",
  Book = NULL,
  Save = FALSE
)

Arguments

List

Is the dater frame output from MakeMainPlan or something with the same headers

DefaultCols

Are a list of key value pair sets for any pre-defined colours to use

Label

This is what is to be written on the Field Plan. Options are: 'geno' 'geno+UID' 'UID' 'geno+RC' 'RC'

FieldName

This is the name of the field the plan is for eg JKI-43.

user

Name of the user

Book

If there is allredy a workbook you want to add a sheat to put the object hear, it must be a openxlsx workbook

Save

This is if to save the xlsx file in the function

Value

openxlsx workbook


dan909/Fieldplanr documentation built on July 7, 2020, 1:17 p.m.