Formatting

Functions here can be used to format your data

justify()

Sets alignment of object, ready for printing

set_whitespace()

Set whitespace in character

get_function_string()

Simplify a function to a string

Evaluation

Functions to be used in function creation

escalate_warning()

Escalate a warning message to an Error message

glue_abort() glue_warn()

Signal an error or warning using glue

chatty()

Used to define whether a function is chatty or not

Package Management

Functions to help make packages easier

reinstall_my_package() update_my_package()

Updates current package

Get_Version() Set_Version() Add_Version() Update_Version() Check_Version() Match_Version_Github()

Functions for versioning of packages

git()

Git in terminal

load_packages() unload_packages() reload_packages()

Load or Unload packages

Processing

Functions to help with processing of data

drop_zeros() positives() negatives() integers()

Filtering functions

get_age()

Calculates ages

time_overlap()

Create a variable based on time overlaps

get_rate()

Calculate Rate of Change

is_blank()

Checks if a string is blank

logit() unlogit()

The logit function

rep_list()

Replicate objects into a list

signed_log() unsigned_log()

Calculates the signed log of a value

table()

Cross Tabulation and Table Creation in pipes

clean_penguins()

Get a clean penguins dataset