cell_transform {tangram}R Documentation

Create a function to transform all cells of a table

Description

Given a function that operates on a table cell and returns the modified cell, return a function that given a table applies that function to all cells and returns the modified table.

Usage

cell_transform(FUN, ...)

Arguments

FUN

function to apply, must return the modified cell

...

additional arguments to pass into function

Value

a table modification function


[Package tangram version 0.8.2 Index]