Man pages for meerapatelmd/rubix
rubix Package

all_is_naFUNCTION_TITLE
all_not_naFUNCTION_TITLE
all_numeric_colsFUNCTION_TITLE
all_same_valueFUNCTION_TITLE
any_is_naFUNCTION_TITLE
arrange_as_integerArrange by a Given Column as Integer
arrange_by_ncharArrange a Column by Character Number
arrange_dblArrange by a Given Column as Double
arrange_intArrange by a Column as Integer
arrange_numArrange by a Given Column as Numeric
arrange_sortSort a Dataframe
blank_tibbleCreate a Blank Tibble
blank_to_naFUNCTION_TITLE
bring_to_frontBring Columns to the Front
call_mr_cleanGeneral Dataframe Cleanup
categorizeCategorize a Column
categorize_ffCreate a Categorizing Function
char_colsFUNCTION_TITLE
class_cols_ffFUNCTION_TITLE
classified_summaryFUNCTION_TITLE
cleanup_colnamesStandardize Column Names This function takes a dataframe and...
cleanup_listnamesStandardize List Names This function takes a dataframe and...
coalesce_atCoalesce 1+ Fields to an Existing Field
coalesce_intoCoalesce 1+ Fields to a New Field
coalesce_toCoalesce 1+ Fields to a New Field
col_classFUNCTION_TITLE
col_classesFUNCTION_TITLE
datedAdd the current date
datetime_to_colAdd a Datetime Column to Position 1
date_to_colAdd a Date Column to Position 1
dbl_colsFUNCTION_TITLE
deselect_if_all_naDeselect columns that are all NA
deselect_if_all_sameDeselect columns that are all NA
diffsDiff Functions
duplicated_colsNames of Duplicate Columns
empty_to_naFUNCTION_TITLE
filter_all_greplFilter at a variable that contains or doesn't contain a...
filter_all_grepl_allFilter all the variables for all matches to the grepl phrase
filter_all_grepl_anyFilter at a variable that contains or doesn't contain a...
filter_at_greplFilter at a variable that contains or doesn't contain a...
filter_at_grepl_allFilter at a variable that contains or doesn't contain a...
filter_at_grepl_anyFilter at a variable that contains or doesn't contain a...
filter_by_words_in_strLoop a filter over words in a string This function splits a...
filter_by_words_in_str_before_zeroLoop a filter over words in a string until there are zero...
filter_firstFilter for the first row
filter_first_rowFilter for the first row
filter_forFilter a column for a set of values
filter_for_allFilter a column for a set of values
filter_for_anyFilter a column for a set of values
filter_for_dateFilters a dataframe for a date in YYYY-mm-dd format in a...
filter_for_todayFilters a dataframe for today's date in a timestamp column
filter_row_nFilter for a row n
format_colnamesFormat Column Names
format_namesStandardize List Names
grep_blankFUNCTION_TITLE
grep_emptyFUNCTION_TITLE
grep_na_strFUNCTION_TITLE
group_by_aggregateAggregate Function
group_by_unique_aggregateAggregate Function
grouped_pasteAggregate Function
helloHello, World!
int_colsFUNCTION_TITLE
lgl_colsFUNCTION_TITLE
list_to_tibbleList to Tibble
loadSummaryFnLibraryLoad Summary Function Library
make_identifierMake a unique id
map_names_setMap and set_names function from purrr package in tandem
mutate1Mutate a column to position 1
mutate_all_as_charGeneral Dataframe Cleanup Convert all columns to character...
mutate_all_blank_to_naReplace "" with <NA>
mutate_all_charMutate All Columns to Character
mutate_all_na_characterNormalize Character Column Values to 'NA_character_"
mutate_all_na_str_to_naMutate all "NA" to <NA>
mutate_all_na_to_blankSubstitute all true NA values in a dataframe as blank
mutate_all_trimwsTrim Whitespace of all Character Columns
mutate_as_mdyMutate given cols into a mdy date
mutate_as_ymdMutate given columns to ymd date
mutate_if_not_existAdds a column if it doesn't exist in the dataframe
mutate_primary_keyAdds primary key to dataframe in position 1
mutate_rowsumGet the sum of the rows base on the designated columns
mutate_timestamp_columnAdd timestamp to the entire dataframe at position 1 with the...
mutate_to_integerMutate cols to integer data type
na_str_to_naFUNCTION_TITLE
normalize_all_to_naNormalize a set of values to a true NA
normalize_at_to_naNormalize a set of values to a true NA
normalize_naNormalize NA values
num_colsFUNCTION_TITLE
observation_countGet the number of times a row appears in a dataframe
parse_date_colParse a Date Column
parse_date_varParse a Date Var
pipePipe operator
randomizeRandomize a Dataframe
recode_booleanRecode a values to boolean
recode_valueRecode a values to another
releaseRelease all the columns in a dataframe into vectors of the...
release_dfRelease all the columns in a dataframe into vectors of the...
rename_all_prefixRename all columns with a prefix
rename_all_removeReplace a pattern in all column names
rename_all_replaceReplace a pattern in all column names
rename_all_suffixRename all with suffix
rename_all_with_prefixRename all columns with a prefix
rename_all_with_replaceReplace a pattern in all column names
rename_all_with_suffixRename all with suffix
rename_asFUNCTION_TITLE
rename_at_prefixRename all columns with a prefix
rename_at_removeReplace a pattern in all column names
rename_at_replaceReplace a pattern in all column names
rename_at_suffixRename all with suffix
rename_fieldsRename Fields with a Character Vector
rm_multibyte_charsRemove all multibyte characters in the dataframe
rubixRubix: A package for doing gymnastics with the Tidyverse...
sample_all_or_nSample a dataframe for n obs and returns full dataframe if n...
sample_n_or_bustSample a dataframe for n obs and returns full dataframe if n...
select_distinctSelects columns and get the distinct values back
select_if_all_naSelect columns that are all NA
send_to_backSend columns to back
setdiff_col_matchSet Difference between Overlapping Columns
setdiff_nrowNumber of Different Rows between 2 Dataframes
slice_first_rowSlice first row
split_bySplit a Dataframe
split_deselectSplit a Dataframe
stampedCreate Timestamp
summarize_cardinalitySummarize One to Many Relationships
summarize_functionsSummarize Functions
summarize_grouped_nSummarize groups by count
summarize_maxSummarizes each column with max value
summarize_numericSummarize Numeric Columns with Standard Summary Functions
summarize_valuesSummarize the counts of values in columns
summarize_var_groupSummarize a variable by the standard summary functions
summarize_variablesSummarize a Variable
tibble_to_listDataframe to a List of Vectors
to_last_positionBring a Column to the Last Position
to_position_1Bring a Column to Position 1
to_position_nBring a Column to the Last Position
value_countValue Count for a Dataframe
vector_to_tibbleConvert a Vector to a Tibble
wrapper_argsTidyverse Wrapper Arguments
meerapatelmd/rubix documentation built on Sept. 5, 2021, 8:30 p.m.