map_values: Mimic the functionality of map functions and transform inputs...

Description Usage Arguments

View source: R/utils.R

Description

Mimic the functionality of map functions and transform inputs by applying a function to each element and returning a vector the same length as the input.

Usage

1
2
map_values(input, id_chr = "", id_rand, format = c("vector",
  "data.frame"), lbl = NULL)

Arguments

input

shinyInput input values from server side

id_chr

character character pattern id

id_rand

character vector character random id

format

character object format to be exported. "vector" for vector data structure or "data.frame" for data frame structure

lbl

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


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