Tables, Labels and Some Useful Functions from Spreadsheets and 'SPSS' Statistics
Add columns to data.frame.
Add rows to data.frame/matrix/table
Set variable labels/value labels on variables in the data.frame
Convert table to huxtable
Convert dichotomy data.frame/matrix to data.frame with category encodi...
Create an HTML table widget for usage with Shiny
Convert variable (possibly multiple choice question) to data.frame/mat...
Convert data.frame/matrix to object of class 'etable'
Recode vector into numeric vector with value labels
Calculate significance (p-values) of differences between proportions/m...
Modify data.frame/modify subset of the data.frame
Count/sum/average/other functions on values that meet a criterion
Criteria functions
Cross tabulation with support of labels, weights and multiple response...
Cross-tabulation with custom summary function.
Repeats the same transformations on a specified set of variables/value...
Drop empty (with all NA's) rows/columns from data.frame/table
Options for controlling behavior of the package
expss: Tables with Labels and Some Useful Functions from Spreadsheets ...
Convert labelled variable to factor
Simple frequencies with support of labels, weights and multiple respon...
Outputting HTML tables in RStudio viewer/R Notebooks
Replace values with NA and vice-versa
Provides variables description for dataset
Keep or drop elements by name/criteria in data.frame/matrix
Match finds value in rows or columns/index returns value by index from...
Merge two tables/data.frames
Create multiple response set/multiple dichotomy set from variables
Bug workaround
Replace data.frame/list names with corresponding variables labels.
Compute nested variable(-s) from several variables
Add subtotal to a set of categories
Prepend values/variable names to value/variable labels
Compute proportions from numeric vector/matrix/data.frame
Create vector of characters from unquoted strings (variable names)
Read an SPSS Data File
Change, rearrange or consolidate the values of an existing or new vari...
Objects exported from other packages
Add caption to the table
Make data.frame without conversion to factors and without fixing names
Mark significant differences between columns in the table
Sort data.frames/matrices/vectors
Splits data.frame into list of data.frames that can be analyzed separa...
Split character vector to matrix/split columns in data.frame
Compute sum/mean/sd/median/max/min/custom function on rows/columns
Partially (inside blocks) sort tables/data.frames
Functions for custom tables construction
Make data.frame from text
Drop variable label and value labels
Set or get value labels
Replace vector/matrix/data.frame/list values with corresponding value ...
Set or get variable label
Get variables/range of variables by name/by pattern.
Infix operations on vectors - append, diff, intersection, union, repli...
Compute various weighted statistics
Create dataset according to its frequency weights
Subset (filter) data.frames/matrices/vectors/lists
Function over grouping variables (window function)
Write labelled data to file or export file to SPSS syntax.
Write tables and other objects to an xlsx file with formatting
Package computes and displays tables with support for 'SPSS'-style labels, multiple and nested banners, weights, multiple-response variables and significance testing. There are facilities for nice output of tables in 'knitr', 'Shiny', '*.xlsx' files, R and 'Jupyter' notebooks. Methods for labelled variables add value labels support to base R functions and to some functions from other packages. Additionally, the package brings popular data transformation functions from 'SPSS' Statistics and 'Excel': 'RECODE', 'COUNT', 'COUNTIF', 'VLOOKUP' and etc. These functions are very useful for data processing in marketing research surveys. Package intended to help people to move data processing from 'Excel' and 'SPSS' to R.