checkRVersion | A function to check if you have the latest R version... |
clean_col_Names | A function to clean column names in a df |
cleanNames | A function to clean names to remove funny characters from... |
date_to_quarter_as_date | A function to round a date to it's nearest quarter |
extract_trailing_year | A function to extract a trailing year from a string |
fromExcelDate | A function to convert an excel date read in as a number to an... |
fromLastInstance | A function to extract the part of a string after the last... |
hello | Hello, World! |
left_join_list | A function to join a list of dataframes together around... |
list_files | List all the files in a folder and return their paths |
lv | A shortcut to save the last value as avariable |
merge_col_headers | A function to merge multi-row column headers into one row |
myCollapse | A wrapper around paste(collapse) |
pipe | Pipe operator |
pu | Return the unique values from a column of a data.frame |
quarter_to_date | A function to convert a quarter (format Q1 1987 or 1987 Q1)... |
readClipboard | Read a table from the clipboard into R |
Round | Round a number to its nearest integer |
rowToColNames | A function to set the values in a row of a data frame to be... |
seguramente | call a function on an object and, if it errors, return the... |
toLastInstance | A function to extract the part of a string before the last... |
ungroup_all_dfs | A function to ungroup_all_dfs in the global env |
ungroup_df | A function written to be called in ungroup_all_dfs |
view | View a df and return it - you can view a df halfway through a... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.