Fluid Data Transformations


[Up] [Top]

Documentation for package ‘cdata’ version 0.5.1

Help Pages

cdata-package 'cdata': Fluid Data Transformations.
bind_rows_q Bind rows by a query. Assumes all tables structured identically.
blocks_to_rowrecs Map sets rows to columns (takes a 'data.frame').
blocks_to_rowrecs_q Map sets rows to columns (query based, take name of table).
buildPivotControlTableD Build a moveValuesToColumns*() control table that specifies a pivot from a 'data.frame'.
buildPivotControlTableN Build a moveValuesToColumns*() control table that specifies a pivot (query based, takes name of table).
buildUnPivotControlTable Build a moveValuesToColumns*() control table that specifies a un-pivot (or "shred").
build_pivot_control Build a moveValuesToColumns*() control table that specifies a pivot from a 'data.frame'.
build_pivot_control_q Build a moveValuesToColumns*() control table that specifies a pivot (query based, takes name of table).
build_unpivot_control Build a moveValuesToColumns*() control table that specifies a un-pivot (or "shred").
cdata 'cdata': Fluid Data Transformations.
checkColsFormUniqueKeys Check that a set of columns form unique keys.
makeTempNameGenerator Produce a temp name generator with a given prefix.
map_fields Map field values from one column into new derived columns (takes a 'data.frame').
map_fields_q Map field values from one column into new derived columns (query based, takes name of table).
moveValuesToColumnsD Map sets rows to columns (takes a 'data.frame').
moveValuesToColumnsN Map sets rows to columns (query based, take name of table).
moveValuesToRowsD Map a set of columns to rows (takes a 'data.frame').
moveValuesToRowsN Map a set of columns to rows (query based, take name of table).
pivotValuesToColumns Move values from rows to columns (pivot).
pivot_to_rowrecs Move values from rows to columns (pivot).
qlook Quick look at remote data
rowrecs_to_blocks Map a set of columns to rows (takes a 'data.frame').
rowrecs_to_blocks_q Map a set of columns to rows (query based, take name of table).
unpivotValuesToRows Move values from columns to rows (anti-pivot, or "shred").
unpivot_to_blocks Move values from columns to rows (anti-pivot, or "shred").