Skip to contents

Update

update_package() stable
Update documentation, Rmarkdown files and raw data; check, test, build and reinstall the running package locally.
update_data() stable
Update the raw data of a package

Render

render_quarto() stable
Render quarto documents in pdf, html and docx formats

Check

check_r_pipe() stable
Check if the running R version contains the native pipe
check_var() check_element() stable
Check if a named element exists within a r object

Get

get_index() stable
Get the variable's index
get_varname() stable
Get the name of a variable by its index
get_colnames() stable
Get the names of columns from a data frame
get_duplicates() stable
Get duplicate rows in a data frame

Fill

fill_merged_cells() stable
Fill merged Excel cells down

List

list_select() stable
Select objects in lists
list_remove() stable
Remove objects in lists

Find

find_files() stable
Find files stored in a directory according to a naming pattern

Extract

extract_numbers() stable
Extract numerical sequences from strings

Make

make_all_character() stable
Make all data frame variables character

Collapse

collapse_duplicates() stable
Collapse a data frame using group variables

Clean

clean_dirnames() experimental
Clean directory names
clean_filenames() experimental
Clean file names
clean_strings() experimental
Clean string vectors

Format

format_digits() stable
Round and set a minimum number of digits

Is

not_in() stable
Are the elements of x contained in y?

Rename

rename_all() stable
Rename columns in a list of dataframes

Read

read_delim_zip()
Read delimited files stored in a zip file

Match

match_call() stable
Argument matching with formals

Date

as_decade() stable
Convert years into decades

Split

split_group() stable
Split data frame by groups

Download

download.files()
Download a set of files from the internet

Add

add_digits()
Add leading digits in a vector