Man pages for yogat3ch/UU
Universally Useful

as_jsPreserve a string as JS/HTML (prevent translation of...
assign_globalAssign an object to the global environment
assign_in_nsAssign a variable into a namespace
character_codesReplace HTML Character codes with their character equivalent
color_cycleMakes a cyclic color palette of a specified length using the...
color_distanceCompute color distance
color_interpolateInterpolate between two colors
color_luminanceFind the luminance of a particular color, scaled 0-1
color_matchMatch colors by visual distance
color_rgb_tableConvert vector of colors to named tbl
colors2cssConvert a list of colors to SCSS/Sass variables or classes
color_separateSeparate a vector of colors based on their distance
color_text_by_luminanceSet text color based on luminance
col_type_hashIndex of column type conversions
col_typesConverts input to a specified type output
common_namesFind the common names between two objects
comparison_inverseConvert a math comparator to it's inverse
comparison_inverse_keyMath comparison comparator inverse key
comparison_keyMath comparison comparator to plain english key
concat_rowsConcatenate row values in a poorly scraped table
create_simple_get_functionCreate a function that creates an object and assigns it to a...
creds_to_renvironWrite named keypairs to an _.Renviron_ / _.Rprofile_ file
css_col2vecConvert a CSS representation of a color to an r,g,b numeric
css_col2vec_Vectorized version of 'css_col2vec'
dep_readRead a dependency from file
dep_writeWrite a dependency to file
dir_fnCreate a directory path pointing function
dirsPath functions for commonly used directories
dot-character_codesCharacter code conversion table
dot-fileAll the files that can be navigated to with 'file' if they...
dot-time_factorTimespans as factor
duration_printTranslate a duration into the human-legible estimation as a...
evensGet even numbers
excel_dateConvert Excel character date representation to a Date
expr_pipeReturn a list of expressions all piped together as a single...
extExtract the file extensions from a filepath
fileGo to a specified file
file_fnReturn the appropriate function for reading the specified...
file_timestampMake a file path compliant ISO8601 timestamp
filter_toChange or apply filters to output type
find_by_classFind an object by it's class
fml_listPrint function formals as a list
fn_nameRetrieve the function name
folderGo to a specified folder
formula_makeCreate a formula given predictors and a label (response...
fun_docs_tableCreate a table of functions and their uses
gbortCustom error message
get_from_nsGet an object from a namespace
get_globalGet an object from the global environment
get_package_fnsGet the names of all exported functions in a package
ginfoCustom info message
gitignore_alphabetizeAlphabetize the _.gitignore_ file
glue_jsCreate a JS string with glue insertions glue .open = !@ &...
gmsgCustom message Message using format_message & cat_line
grapes-allin-grapesAre all lhs values in rhs?
grapes-nin-grapesAre lhs values absent from set on rhs?
grapes-or-0-or-grapesReplace a 0 length value
grapes-or-grapesReplace NA values in LHS with RHS
grapes-or-legit-or-grapesIf legit lhs, else rhs
grapes-or-try-or-grapesTry an expression
grapes-or-zchar-or-grapesReplace zero-length character strings with right hand side
gwarnCustom warning message
if_debugRun expressions only when option 'use_debug = TRUE'
ignore_filesAdd lines to _.gitignore_
incrementIncrement an in-place counter
installed_to_descriptionChanges installed package version relationships to '==' from...
install_remoteInstall a package
interpolateSimple interpolate between two numbers
is_errorIs object an error
is_filepathIs path a file path
is_legitIs object legit?
is_packageIs working directory a package?
is_package_devIs package in development or installed
is_projectIs Session in a Project?
join_checkDetect possible duplicates of rows or columns after a join
json_validateIs JSON file or text valid?
key_outHandle different output type requests for 'match_df'
key_pairs_duplicatedFind duplicates in key pairs
key_pairs_textMake key-pairs from a named character vector
largerWhich is larger
last_updatedGather last updated times for on-disk files
len_uniqueThe length of unique values in a vector
list.files2List full file paths with the file name as the name
list_renameRename a list
load_objLoad an R object from a file
luminance_filterFilter colors based on a luminance threshold
magnitude_orderCompute the order of magnitude
magnitude_tripletCompute the order of magnitude triplet ie thousand, million,...
make_namesMake a file path name with underscores
map_classMatch the classes of one object to that of another object
match_dfExtract matching rows of a data frame.
match_lettersMatch the first 'n' letters to supplied arguments
max2An alternative to max that preserves names
meeting_timerPartition a meeting into evenly distributed sections based on...
missing_argsGet the missing arguments from the function as character
mkpathConstruct a path
month_factorMonth as factor/numeric
mostAre most values TRUE
move_files_to_folderMove all files to a folder
names_values_switchSwitch the names and the values of a vector
need_pkgGet a function from a package, abort if package not...
needs_updateCheck if files need to be updated
nm_to_idMake a randomly formatted name into snakecase id
nonullIs value non-null?
not_naIs value non-NA?
num2strConvert numeric value to a string abbreviation with K, M, B...
num2str_vecConvert number to string Vectorized version
num_chr_suffiAbbreviations of numeric magnitude
object_extProvide the appropriate file extension for a given object
object_fnReturn the appropriate function for writing the supplied...
object_writeProvide the appropriate file read/write function
oddsGet odd numbers
optsCheck option value.
package_sizeReturn the size of a package, or all packages in a folder
path_strip_shinyStrip a file path to everything after resourcepath if shiny...
path_strip_toStrip a file path to everything after resourcepath
pkg_chr_split_commaSplit a list of packages separated by commas
pkg_nsReturn the current package namespace
profile_scriptprofile_script
read_jsRead Javascript file
reexportsObjects exported from other packages
regex_opCreate a compound regex grouped statement
regex_orCreate a compound regex grouped OR statement
rgb2hexConvert r,g,b,a values as string or numeric to hex
rle_dfrle_df - create a run-length-encoding data.frame
rle_groupsCreate an RLE Grouping from a logical vector
rle_seqCreate a sequence from the start to the end for a given value...
round_toFind convenient limits of input vectors
sameAre the values in each object the same?
season_factorSeason as factor/numeric
shiny_error_recoverToggle recover on error when obtuse shiny errors are...
sizeDigital storage size conversion See object.size
smodeStatistical mode
sort_by_namesSort a vector or list by it's name (or self if no names)
startupLoad project & user-level _.Renviron_ & _.Rprofile_
str_comparisonConvert inequality statements between character, mathematic,...
strip_htmlRemove all HTML tags from a character vector
time_aggregatesTimespans as character
time_difftimesTimespans as durations
time_elapsedReturn a logical on an interval
time_factorTurn timespans into an ordered factor
timespanCreate a timespan duration
toggleToggle or change an option listed in a local _.Rprofile_ for...
trace_back_jsonWrites a trace back as a json for error logging Useful for...
true_namesReturn the names of all TRUE items in a logical vector
unify_vec_preserve_orderUnify two vectors preserving the order of 'x'
unique_with_namesUnique a vector, preserving the names of the first original...
unit_conversionAbbreviations of numeric magnitude for various units
unit_findFind the row corresponding to a value in 'unit_conversion'
unit_modifyModify unit abbreviations
unit_modify_vecModify unit abbreviation, vectorized version
unit_shorthandEasily translate long form unit names to shorthand
unit_stringExtract the units from a string
unload_namespacesUnload namespaces prior to package install
use_reimportAdd a function to reimports
use_UU_reimportsWrite _R/aaa_reimports.R_ file with all current infix...
vlookupSimple lookup of values
vlookup_from_refVlookup replace using a lookup column and reference table
was_updatedWas a file updated in the last hour?
week_bins_per_yearCreate a tbl with each day of the year, it's week number, and...
week_factorDay of the week as factor/numeric
which_colsTranslate DT Column names to numeric indices using regex...
write_dir_fnWrite 'dir' helper function that are robust to dev vs...
write_linesWrite lines at a specific location in a file
write_optsWrite all the option checking functions to a file
write_to_rprofileWrite expressions to the _.Rprofile_
xpath_sibling_betweenGenerate xpath to find sibling nodes between two elements The...
zcharIs zero-length character?
zchar_removeRemove zero length strings (or string with all spaces)
yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.