| 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_integer | Create objects of type "integer". | 
| as_any_symbol | Create objects of type "symbol" | 
| bookdown_open | Open a a web-based bookdown folder in a browser | 
| bookdown_render | Render a bookdown into a bookdown site | 
| bookdown_template | Create a bookdown template. | 
| collect_roxygen | Collects and Generates documentation of a package in a tibble format. | 
| fabR_website | Call to online 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 observations (rows) that have all NA values in 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 have unique values in 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 | 
| 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 | 
| which_any_date | Evaluates and gives the possible format(s) for an object to be evaluated | 
| write_excel_allsheets | Write all Excel sheets using 'writexl::write_xlsx()' recursively |