map_level_values: Mimic the functionality of map functions and transform level...

Description Usage Arguments

View source: R/utils.R

Description

Mimic the functionality of map functions and transform level inputs into data frame

Usage

1
2
map_level_values(input, allinputs, isf = c("yes", "no"), id_type_dt,
  id_rand, ntrt = 2, lbl = "f")

Arguments

input

shinyInput input values from server side

allinputs

reactive shiny object that return a data frame with all the shiny inputs

isf

character If isf=="yes" is full factorial, otherwise isf=="no" is for non-full factorial

id_type_dt

data.frame Table with type of Factor and types of input form: combo box, text input, and date

id_rand

character vector character random id

ntrt

If isf=="no", introduce the number of treatments in non-full factorials arragements.

lbl

characer Optional argument, in case format = "data.frame"


AGROFIMS/agdesign documentation built on June 11, 2020, 12:02 p.m.