Package index
-
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_quarto()
stable - Render quarto documents in pdf, html and docx formats
-
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_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_merged_cells()
stable - Fill merged Excel cells down
-
list_select()
stable - Select objects in lists
-
list_remove()
stable - Remove objects in lists
-
find_files()
stable - Find files stored in a directory according to a naming pattern
-
extract_numbers()
stable - Extract numerical sequences from strings
-
make_all_character()
stable - Make all data frame variables character
-
collapse_duplicates()
stable - Collapse a data frame using group variables
-
clean_dirnames()
experimental - Clean directory names
-
clean_filenames()
experimental - Clean file names
-
clean_strings()
experimental - Clean string vectors
-
format_digits()
stable - Round and set a minimum number of digits
-
not_in()
stable - Are the elements of x contained in y?
-
rename_all()
stable - Rename columns in a list of dataframes
-
read_delim_zip()
- Read delimited files stored in a zip file
-
match_call()
stable - Argument matching with formals
-
as_decade()
stable - Convert years into decades
-
split_group()
stable - Split data frame by groups
-
download.files()
- Download a set of files from the internet
-
add_digits()
- Add leading digits in a vector