Other packages > Find by keyword >

dtrackr  

Track your Data Pipelines
View on CRAN: Click here


Download and install dtrackr package within the R console
Install from CRAN:
install.packages("dtrackr")

Install from Github:
library("remotes")
install_github("cran/dtrackr")

Install by package version:
library("remotes")
install_version("dtrackr", "0.4.6")



Attach the package and use:
library("dtrackr")
Maintained by
Robert Challen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-07-05
Latest Update: 2023-09-04
Description:
Track and document 'dplyr' data pipelines. As you filter, mutate, and join your way through a data set, 'dtrackr' seamlessly keeps track of your data flow and makes publication ready documentation of a data pipeline simple.
How to cite:
Robert Challen (2022). dtrackr: Track your Data Pipelines. R package version 0.4.6, https://cran.r-project.org/web/packages/dtrackr. Accessed 13 May. 2025.
Previous versions and publish date:
0.2.4 (2022-07-05 23:00), 0.4.0 (2023-03-25 00:50), 0.4.4 (2023-09-04 14:10)
Other packages that cited dtrackr R package
View dtrackr citation profile
Other R packages that dtrackr depends, imports, suggests or enhances
Complete documentation for dtrackr
Functions, R codes and Examples using the dtrackr R package
Some associated functions: add_count.trackr_df . add_tally . anti_join.trackr_df . arrange.trackr_df . bind_cols . bind_rows . capture_exclusions . comment . count_subgroup . distinct.trackr_df . dot2svg . exclude_all . excluded . filter.trackr_df . flowchart . full_join.trackr_df . group_by.trackr_df . group_modify.trackr_df . history . include_any . inner_join.trackr_df . intersect.trackr_df . left_join.trackr_df . mutate.trackr_df . nest_join.trackr_df . p_add_count . p_add_tally . p_anti_join . p_arrange . p_bind_cols . p_bind_rows . p_capture_exclusions . p_clear . p_comment . p_copy . p_count_if . p_count_subgroup . p_distinct . p_exclude_all . p_excluded . p_filter . p_flowchart . p_full_join . p_get . p_get_as_dot . p_group_by . p_group_modify . p_include_any . p_inner_join . p_intersect . p_left_join . p_mutate . p_nest_join . p_pause . p_pivot_longer . p_pivot_wider . p_reframe . p_relocate . p_rename . p_rename_with . p_resume . p_right_join . p_select . p_semi_join . p_set . p_setdiff . p_slice . p_slice_head . p_slice_max . p_slice_min . p_slice_sample . p_slice_tail . p_status . p_summarise . p_tagged . p_track . p_transmute . p_ungroup . p_union . p_union_all . p_untrack . pause . pipe . pivot_longer.trackr_df . pivot_wider.trackr_df . plot.trackr_graph . print.trackr_graph . reexports . reframe.trackr_df . relocate.trackr_df . rename.trackr_df . rename_with.trackr_df . resume . right_join.trackr_df . save_dot . select.trackr_df . semi_join.trackr_df . setdiff.trackr_df . slice.trackr_df . slice_head.trackr_df . slice_max.trackr_df . slice_min.trackr_df . slice_sample.trackr_df . slice_tail.trackr_df . status . std_size . summarise.trackr_df . tagged . track . transmute.trackr_df . ungroup.trackr_df . union.trackr_df . union_all.trackr_df . untrack . 
Some associated R codes: dot.R . dtrackr.R . utils-pipe.R .  Full dtrackr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

genlogis  
Generalized Logistic Distribution
Provides basic distribution functions for a generalized logistic distribution proposed by Rathie and ...
Download / Learn more Package Citations See dependency  
hett  
Heteroscedastic t-Regression
Functions for the fitting and summarizing of heteroscedastic t-regression. ...
Download / Learn more Package Citations See dependency  
nat.utils  
File System Utility Functions for 'NeuroAnatomy Toolbox'
Utility functions that may be of general interest but are specifically required by the 'NeuroAnatom ...
Download / Learn more Package Citations See dependency  
dtrackr  
Track your Data Pipelines
Track and document 'dplyr' data pipelines. As you filter, mutate, and join your way through a data ...
Download / Learn more Package Citations See dependency  
tryCatchLog  
Advanced 'tryCatch()' and 'try()' Functions
Advanced tryCatch() and try() functions for better error handling (logging, stack trace with source ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA