Skip to contents

Date functions

Helper functions used for correct date formatting & calculations.

ISOweek()
Converts a date to ISOweek format (yyyy-Wxx)
xlabel_weekyear()
xlabel_weekyear
join_date_sequence()
Executes join function 'join_f' to data frames x and y

Logger functions

Helper functions used for clean log messages.

formatter_cli()
Custom formatter that serves as input to DARA log_formatter
layout_generator_subject()
Adds date, time and subject to logger message
local_logger_sink()
Turn off logging for the duration of the parent function's execution and restore

Other functions

Functions that don’t fit into a specific category.

send_mail()
Send mail
upgrade_config() experimental
Converts the old-style config file to the new multiple config files
cut_and_label()
Cut and label function
import_rds_to_object()
Import rds file(s) from a specified path
inheriting_merge()
Union of a set of named lists/vectors in which the last occurrence for each entry is returned.