| thisutils-package | Collection of Utility Functions for Data Analysis and Computing |
| %ss% | Value selection operator |
| add_pkg_file | Add package file |
| as_matrix | Convert sparse matrix into dense matrix |
| capitalize | Capitalizes the characters Making the first letter uppercase |
| check_sparsity | Check sparsity of matrix |
| download | Download file from the Internet |
| figlet | figlet |
| figlet_font | Get a figlet font |
| invoke_fun | Invoke a function with a list of arguments |
| list_figlet_fonts | List available figlet fonts |
| log_message | Print diagnostic message |
| normalization | Normalize numeric vector |
| parallelize_fun | Parallelize a function |
| pearson_correlation | Correlation and covariance calculation for sparse matrix |
| print.thisutils_logo | Print logo |
| remove_space | Remove and normalize spaces |
| rescale | Rescale numeric vector |
| r_square | coefficient of determination (R^2) |
| simulate_sparse_matrix | Generate a simulated sparse matrix |
| sparse_cor | A sparse correlation function |
| split_indices | Split indices. |
| str_wrap | Wrap text |
| thisutils | Collection of Utility Functions for Data Analysis and Computing |
| thisutils_logo | The logo of thisutils |
| try_get | Try to evaluate an expression a set number of times before failing |
| unnest_fun | Unnest a list-column |