Man pages for DIZtools
Lightweight Utilities for 'DIZ' R Package Development

assign_to_R_envAdd variable to R environment (in contrast to system...
check_if_unique_rowsTakes a data.table dataset and checks if for each unique...
clean_path_nameClean paths to surely have a tailing slash or not.
cleanup_old_logfileArchives the current logfile and creates a new blank one.
clearClean the console and environment-variables.
close_all_connectionsUnset/close all open connections.
dot_helperDot Helper
dt_row_to_stringGet the content of a data.table row in print-ready format.
equals2Robust compare two elements and return true if both elements...
feedbackFunction to feedback messages either to the user and/or to...
feedback_get_formatted_stringFormat the feedback string
feedback_to_consolePrint to the console. Internal use only.
feedback_to_logfileAdd to the logfile. Internal use.
feedback_to_logjsFeedback to the gui/browser-console with logjs. Internal use.
feedback_to_uiFeedback to the user with a modal. Internal use.
file_lines_to_listRead in lines from a file and store it in a list.
firstupConverts the first letter of the input string to uppercase.
format_posixctFormats a given POSIXct timestamp without the need of...
get_configReads a config yaml file and return the value for a given...
get_current_timestampQuickly get the current time stamp without the need to handle...
grapes-notin-grapesnotin helper function. Opposite of 'in' function.
is_date_formatChecks if a string matches a given date format.
is.emptyCheck for empty/'NA'/'NULL'/'NaN'/etc. values.
log_get_current_optionsGet the current settings for the logging function as list.
log_get_default_optionsGet the default settings for the logging function as list.
log_internal_testInternal function for debugging only.
log_map_type_to_loggertypeGet the logger type from the type string (the argument of the...
log_remove_optionsRemove all log-related options from 'options()'.
log_set_defaultsSet default options for all log-functions
number_to_positionConverts an integer number to its "verbal position". 1 ->...
paste2Normal 'paste' function with additional 'collapse_last'...
paste_pct_sumGet the percentage of two values pretty formatted.
pretty_timestampQuickly get a pretty timestamp without need to handle...
rep2Repeat something with the ability to also collapse the...
robust_roundRound numbers without problems.
setdiff_allGet the difference of two vectors in both directions.
setenv2Assign variables to the system environment.
setenv_fileSet all variables of a '.env' file to the system environment.
string_replacementsClean string with a given set of replacements.
time_diff_printCalculate time difference of two timestamps, round the value...
trim.spaceTrim Spaces of a string.
vgsubVectorised string replacement.
DIZtools documentation built on Sept. 18, 2023, 9:07 a.m.