Function reference
-
update_package()
- Update documentation, Rmarkdown files and raw data; check, test, build and reinstall the running package locally.
-
update_data()
- Update the raw data of a package
-
render_quarto()
- Render quarto documents in pdf, html and docx formats
-
check_r_pipe()
- Check if the running R version contains the native pipe
-
check_var()
check_element()
- Check if a named element exists within a
r
object
-
get_index()
- Get the variable's index
-
get_varname()
- Get the name of a variable by its index
-
get_colnames()
- Get the names of columns from a data frame
-
get_duplicates()
- Get duplicate rows in a data frame
-
fill_merged_cells()
- Fill merged Excel cells down
-
list_select()
- Select objects in lists
-
list_remove()
- Remove objects in lists
-
find_files()
- Find files stored in a directory according to a naming pattern
-
extract_numbers()
- Extract numerical sequences from strings
-
make_all_character()
- Make all data frame variables character
-
collapse_duplicates()
- Collapse a data frame using group variables
-
clean_dirnames()
- Clean directory names
-
clean_filenames()
- Clean file names
-
clean_strings()
- Clean string vectors
-
format_digits()
- Round and set a minimum number of digits
-
not_in()
- Are the elements of x contained in y?
-
rename_all()
- Rename columns in a list of dataframes
-
read_delim_zip()
- Read delimited files stored in a zip file
-
match_call()
- Argument matching with formals
-
as_decade()
- Convert years into decades
-
split_group()
- Split data frame by groups
-
download.files()
- Download a set of files from the internet
-
add_digits()
- Add leading digits in a vector