| certificate_df | Generate a data frame with certificate information | 
| checkLuhn | Check if a number passes the Luhn algorithm | 
| check_exists_in_zip | Check if a file exists in a zip file | 
| check_for_malicious_files | Check for Malicious Files | 
| check_images | Check and format image URLs | 
| check_other_hyperlinks | Check and format non-image hyperlinks | 
| create_valid_excel | Create a formatted Excel file based on validation rules | 
| invalid_example | Invalid Example Data | 
| is.POSIXct | Check if an object is of class POSIXct | 
| name_data | Name datasets | 
| query_document_by_object_id | Query MongoDB Document by ObjectID | 
| read_data | Read and format data from csv or xlsx files | 
| read_rules | Read rules from a file | 
| reformat_rules | Reformats the rules | 
| remote_download | Download Structured Data from Remote Sources | 
| remote_raw_download | Download Raw Data from Remote Sources | 
| remote_share | Remote Share Function | 
| rows_for_rules | Rows for rules | 
| rules_broken | Broken rules | 
| run_app | Run Validator app | 
| test_profanity | Test for profanity in a string | 
| test_rules | Rules data | 
| validate_data | Validate data based on specified rules | 
| valid_example | Valid Example Data |