check_row_diff | Function to check which variables differ across two rows |
count_nas | Count the number of NAs in each variable |
count_print | Count in middle of a pipeline and print |
count_prop | Create a relative frequency table and print |
drop_na_track | drop_na and see how many you drop |
filter_track | Filter and show count |
first_non_na | First non-NA in a vector Calculate the first value in a... |
full_join_track | full_join that shows how many rows match |
inner_join_track | inner_join that shows how many rows match |
join_track | Join two datasets and see how many matches there are |
last_non_na | Last non-NA in a vector Calculate the last value in a vector... |
left_join_track | left_join that shows how many rows match |
max_na | Calculate max of a vector or return NA if there are no... |
mean_na | Calculate mean of a vector or return NA if there are no... |
median_na | Calculate median of a vector or return NA if there are no... |
min_na | Calculate max of a vector or return NA if there are no... |
mutate_track | Track what changes are made when you mutate |
print_all | Prints all rows of a tibble |
print_names | Function to quickly see all columns in a df |
replace_with_na | Replace with NA if certain value |
right_join_track | right_join that shows how many rows match |
sample_n_groups | Sample n groups in a grouped dataset |
sum_na | Calculate mean of a vector or return NA if there are no... |
view_filter | View a randomly selected sample of observations after... |
view_n | Randomly view N rows |
view_select | View a randomly selected sample of observations after... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.