| check_column_existence | Check if columns exist in a data frame |
| check_condition | Return values after applying a condition |
| check_dir_existence | Check for existence of a directory. |
| compute_summary_score | Compute sum and average scores |
| convert_factor_to_numeric | Convert a factor type to a numeric type levels() gets the... |
| count_column_missing_values | Count number of missing values for each column in a data... |
| count_missing_values | Count NA values with row-wise, column-wise, and overall... |
| count_row_missing_values | Count number of missing values for each row in a data frame. |
| count_row_non_missing | count number of non-missing entries |
| count_total_missing_values | Count total number of missing values in a data frame. |
| create_dir | Create a directory. |
| generate_similar_vars | Create a vector of similar variable names |
| get_common_var | Get common variables from a list of data frames |
| get_environment_vars | Get environment variables which match a regex pattern |
| impute_value | Impute values to a replacement value if a condition is true |
| is_nan | Checks for any NaN values in each column of a data frame |
| join_multiple_data_frame | Join a list of data frame |
| order_columns | Sort a data frame by column name |
| read_redcap_metadata | Read in metadata from Redcap project via Redcap API |
| read_redcap_project | Read in data from Redcap project via Redcap API |
| rename_column | Rename column |
| replace_on_condition | Mutate column given a condition |
| subset_column | Subset a data frame column-wise by matching column names to a... |
| subset_row | Subset a data frame row-wise by matching row values to a... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.