Lightweight Utilities for 'DIZ' R Package Development
Add variable to R environment (in contrast to system environment).
Calculate Check Digit Using DIN/ISO 7064, Mod 11,10
Takes a data.table dataset and checks if for each unique element in a ...
Clean paths to surely have a tailing slash or not.
Archives the current logfile and creates a new blank one.
Clean the console and environment-variables.
Unset/close all open connections.
Dot Helper
Get the content of a data.table row in print-ready format.
Robust compare two elements and return true if both elements are the s...
Format the feedback string
Print to the console. Internal use only.
Add to the logfile. Internal use.
Feedback to the gui/browser-console with logjs. Internal use.
Feedback to the user with a modal. Internal use.
Function to feedback messages either to the user and/or to the console...
Read in lines from a file and store it in a list.
Converts the first letter of the input string to uppercase.
Formats a given POSIXct timestamp without the need of manually specifi...
Reads a config yaml file and return the value for a given key.
Quickly get the current time stamp without the need to handle format-o...
Get used package names from R/qmd-files.
notin helper function. Opposite of in function.
Checks if a string matches a given date format.
Check for empty/NA/NULL/NaN/etc. values.
Get the current settings for the logging function as list.
Get the default settings for the logging function as list.
Internal function for debugging only.
Get the logger type from the type string (the argument of the `feedbac...
Remove all log-related options from options().
Set default options for all log-functions
Converts an integer number to its "verbal position". 1 --> "1st", 2 --...
Get the percentage of two values pretty formatted.
Normal paste function with additional collapse_last argument.
Quickly get a pretty timestamp without need to handle format-options e...
Repeat something with the ability to also collapse the output.
Round numbers without problems.
Get the difference of two vectors in both directions.
Set all variables of a .env file to the system environment.
Assign variables to the system environment.
Clean string with a given set of replacements.
Validate an ID Using the Check Digit (DIN ISO 7064, Mod 11,10)
Calculate time difference of two timestamps, round the value and retur...
Trim Spaces of a string.
Vectorised string replacement.
Lightweight utility functions used for the R package development infrastructure inside the data integration centers ('DIZ') to standardize and facilitate repetitive tasks such as setting up a database connection or issuing notification messages and to avoid redundancy.
Useful links