Description Usage Arguments Value See Also
Functions that apply expressions to the rows of input objects and return atomic vectors e.g., numeric (double), integer, character, logical.
vapr_chr: Iterate over input rows and return character(s)
vapr_dbl: Iterate over input rows and return numeric(s)
vapr_lgl: Iterate over input rows and return logical(s)
vapr_int: Iterate over input rows and return integer(s)
1 2 3 4 5 6 7  | 
.data | 
 Input object–must be two-dimensional (e.g., matrix, data.frame) –over which the first dimension (rows) will be iterated  | 
.f | 
 Action to apply to each element of  
  | 
... | 
 Other values passed to function call.  | 
A character vector
A numeric vector
A logical vector
An integer vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.