Learn R Programming

tangram (version 0.8.2)

cell_transform: 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, ...)

Value

a table modification function

Arguments

FUN

function to apply, must return the modified cell

...

additional arguments to pass into function