Skip to content

Utilising the targets package for a streamlined data pipeline in R for RTT data

License

Notifications You must be signed in to change notification settings

HFAnalyticsLab/targets_rtt_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

targets_rtt_example

Utilising the targets package for a streamlined data pipeline in R for RTT data

test targets pipeline

library(targets)

tar_manifest() # list verbose info about targets
tar_visnetwork() # pipeline dependancy graph
tar_make()  # run the pipeline (reproducible new external R process which then reads the target script
            # and runs the correct targets in the correct order)

Note: you will need to create a script R/s3_locations.R which sets the target bucket name called IHT_bucket

About

Utilising the targets package for a streamlined data pipeline in R for RTT data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages