Wrapper Functions Collection Used in Data Pipelines


[Up] [Top]

Documentation for package ‘fabR’ version 1.1.1

Help Pages

add_index Add an index column at the first place of a tibble
as_any_boolean Create objects of type "logical".
as_any_date Create objects of class "Date"
as_any_symbol Create objects of type "symbol"
collect_roxygen Collects and Generates documentation of a package in a tibble format.
fabR_help Call the help center for full documentation
file_index_create Create an index of files in a folder
file_index_read Read, source and open objects from an index of files
file_index_search Search an index of files
get_all_na_cols Extract columns that are all 'NA' from a tibble
get_all_na_rows Extract columns that are all 'NA' from a tibble
get_duplicated_cols Extract columns that have same values in a tibble
get_duplicated_rows Extract observations(rows) that have same values in a tibble
get_path_list Get the paths of branches in a list
get_unique_value_cols Extract columns that are all 'NA' from a tibble
guess_date_format Evaluate and gives the best match to any date format using lubridate library
make_name_list Shortcut to create beautiful names in a list
message_on_prompt Shortcut to display a message and acceptation on prompt
parceval Shortcut to turn String character into R code
plot_bar Draw bar plot of one (possibly grouped) column in a tibble
plot_box Draw box plot of one (possibly grouped) column in a tibble
plot_date Draw lollipop plot of one (possibly grouped) time-related column in a tibble
plot_density Draw density plot of one (possibly grouped) column in a tibble
plot_histogram Draw histogram of one (possibly grouped) column in a tibble
plot_main_word Draw bar plot of one (possibly grouped) open-text column in a tibble
plot_pie Draw pie chart of one (possibly grouped) column in a tibble
plot_pie_valid_value Draw pie chart of one column in a tibble (valid and non-valid values)
read_csv_any_formats Read a csv file using read_csv and avoid errors
read_excel_allsheets Read all Excel sheets using 'readxl::read_excel()' recursively
silently_run Shortcut to silently run a code chunk avoiding error, messages and warnings
summary_category Create summary tibble of one (possibly grouped) category-type column
summary_numerical Create summary tibble of a (possibly grouped) numerical-type column
summary_text Create summary table of one (possibly grouped) text-type column in a tibble
template_visual_report Create a bookdown template for the visual report
which_any_date Evaluates and gives the possible format(s) for an object to be evaluated
write_excel_allsheets Write all Excel sheets using 'xlsx::write.xlsx()' recursively