Learn R Programming

fabR

The goal of fabR is to provide wrapper functions in the data cleaning and cleansing processes. These function help in messages and interaction with the user, keep track of information in pipelines, help in the wrangling, munging, assessment and visualization of data frame-like material.

Installation

You can install the development version of fabR from GitHub with:

# install.packages("devtools")
devtools::install_github("GuiFabre/fabR")

Example

To see all functions and their documentation, please go and visit the github web site:

library(fabR)
fabR_website()

Copy Link

Version

Install

install.packages('fabR')

Monthly Downloads

300

Version

2.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Guillaume Fabre

Last Published

April 19th, 2024

Functions in fabR (2.1.0)

bookdown_template

Create a bookdown template.
file_index_read

Read, source and open objects from an index of files
file_index_search

Search an index of files
get_all_na_rows

Extract observations (rows) that have all NA values in a tibble
fabR_website

Call to online documentation
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
file_index_create

Create an index of files in a folder
get_all_na_cols

Extract columns that are all 'NA' from a tibble
fabR-package

fabR: Wrapper Functions Collection Used in Data Pipelines
read_excel_allsheets

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
parceval

Shortcut to turn String character into R code
read_csv_any_formats

Read a csv file using read_csv and avoid errors
get_path_list

Get the paths of branches in a list
message_on_prompt

Shortcut to display a message and acceptation on prompt
make_name_list

Shortcut to create beautiful names 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
bookdown_render

Render a bookdown into a bookdown site
bookdown_open

Open a a web-based bookdown folder in a browser
as_any_symbol

Create objects of type "symbol"
collect_roxygen

Collects and Generates documentation of a package in a tibble format.
as_any_integer

Create objects of type "integer".
as_any_date

Create objects of class "Date"
deprecated

Deprecated functions
add_index

Add an index column at the first place of a tibble
as_any_boolean

Create objects of type "logical".