Easily Apply Formats to Data
Convert a format catalog to a data frame
Convert a formatting list to a data frame
Casts a format to a data frame
Convert a data frame to a format catalog
Convert a formatting list to a format catalog
Convert a list to a format catalog
Generic casting method for format catalogs
Convert a tibble to a format catalog
Convert a data frame to a formatting list
Convert a format catalog to a formatting list
Convert a list to a formatting list
Convert to a formatting list
Convert a tibble to a formatting list
Convert a data frame to a user-defined format
Generic casting method for formats
Define a condition for a user-defined format
Get or set descriptions for data frame columns
Apply formatting to a vector
Apply formatting to two vectors
Set formatting attributes
Set formatting attributes
Create a format catalog
Format a data frame or tibble
Create a formatting list
Formatted count and percent
Formatted mean and standard deviation
Formatted mean and standard error
Formatted Median
Formatted Count
Formatted Quantile Range
Formatted Range
A package for formatting data
Get or set formats for a data frame
Formatting Strings
Class test for a format catalog
Is object a formatting list
Determine whether an object is a user-defined format
Get or set justification for data frame columns
Extract labels from a user-defined format
Print a format catalog
Print a formatting list
Print a format
Read a format catalog from the file system
Read a formatting list from the file system
Create a user-defined format
Get or set column widths for a data frame
Write a format catalog to the file system
Write a formatting list to the file system
Contains a set of functions that can be used to apply formats to data frames or vectors. The package aims to provide functionality similar to that of SAS® formats. Formats are assigned to the format attribute on data frame columns. Then when the fdata() function is called, a new data frame is created with the column data formatted as specified. The package also contains a value() function to create a user-defined format, similar to a SAS® user-defined format.
Useful links