Description Usage Arguments Details Value
Like the select function, but does not drop unmatched results.
1  | fun.res.remap(func, mapping, drop = FALSE)
 | 
func | 
 the function to have it's result format remapped.  | 
mapping | 
 the mapping to remap the function with.  | 
drop | 
 if return values that weren't in the mapping should be dropped.  | 
For every pair in the mapping of for (x='y'), the function take the result of name x and renames it to y.
A remapped function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.