Skip to contents

Run app

How to run the app.

run_app()
Run any of the apps

Checks

All functions for checks.

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
is.POSIXct()
Check if an object is of class POSIXct
test_profanity()
Test for profanity in a string

Examples

Invalid and valid data examples.

invalid_example
Invalid example data
valid_example
Valid example data

Download and sharing

All functions for downloading and sharing data.

remote_download()
Download structured data from remote sources
remote_raw_download()
Download raw data from remote sources
remote_share()
Share your validated data
download_all()
Download all data alternative

Rules

All functions for rules.

rows_for_rules()
Check which rows in the data violated the rules
rules_broken()
Check which rules were broken
test_rules
Rules data
reformat_rules()
Reformat the rules
read_rules()
Read rules from a file

Data

All functions for data.

certificate_df()
Generate a data frame with certificate information
create_valid_excel()
Create a formatted Excel file based on validation rules
name_data()
Name datasets
read_data()
Read and format data from csv or xlsx files
validate_data()
Validate data based on specified rules
query_document_by_object_id()
Query a MongoDB document by an ObjectID