pause |
Pause tracking the data frame. |
pivot_longer.trackr_df |
Reshaping data using 'tidyr::pivot_longer' |
pivot_wider.trackr_df |
Reshaping data using 'tidyr::pivot_wider' |
plot.trackr_graph |
Plots a history graph as html |
print.trackr_graph |
Print a history graph to the console |
p_add_count |
dplyr modifying operations |
p_add_tally |
dplyr modifying operations |
p_anti_join |
Anti join |
p_arrange |
dplyr modifying operations |
p_bind_cols |
Set operations |
p_bind_rows |
Set operations |
p_capture_exclusions |
Start capturing exclusions on a tracked dataframe. |
p_clear |
Clear the dtrackr history graph |
p_comment |
Add a generic comment to the dtrackr history graph |
p_copy |
Copy the dtrackr history graph from one dataframe to another |
p_count_if |
Simple count_if dplyr summary function |
p_count_subgroup |
Add a subgroup count to the dtrackr history graph |
p_distinct |
Distinct values of data |
p_excluded |
Get the dtrackr excluded data record |
p_exclude_all |
Exclude all items matching one or more criteria |
p_filter |
Filtering data |
p_flowchart |
Flowchart output |
p_full_join |
Full join |
p_get |
Get the dtrackr history graph |
p_get_as_dot |
DOT output |
p_group_by |
Stratifying your analysis |
p_group_modify |
Group-wise modification of data and complex operations |
p_include_any |
Include any items matching a criteria |
p_inner_join |
Inner joins |
p_intersect |
Set operations |
p_left_join |
Left join |
p_mutate |
dplyr modifying operations |
p_nest_join |
Nest join |
p_pause |
Pause tracking the data frame. |
p_pivot_longer |
Reshaping data using 'tidyr::pivot_longer' |
p_pivot_wider |
Reshaping data using 'tidyr::pivot_wider' |
p_reframe |
Summarise a data set |
p_relocate |
dplyr modifying operations |
p_rename |
dplyr modifying operations |
p_rename_with |
dplyr modifying operations |
p_resume |
Resume tracking the data frame. |
p_right_join |
Right join |
p_select |
dplyr modifying operations |
p_semi_join |
Semi join |
p_set |
Set the dtrackr history graph |
p_setdiff |
Set operations |
p_slice |
Slice operations |
p_slice_head |
Slice operations |
p_slice_max |
Slice operations |
p_slice_min |
Slice operations |
p_slice_sample |
Slice operations |
p_slice_tail |
Slice operations |
p_status |
Add a summary to the dtrackr history graph |
p_summarise |
Summarise a data set |
p_tagged |
Retrieve tagged data in the history graph |
p_track |
Start tracking the dtrackr history graph |
p_transmute |
dplyr modifying operations |
p_ungroup |
Remove a stratification from a data set |
p_union |
Set operations |
p_union_all |
Set operations |
p_untrack |
Remove tracking from the dataframe |