Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 3, 2020 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mribeirodantas/c3d25e0a37e5cb35ea8ed2d2f1206ce0 to your computer and use it in GitHub Desktop.
Save mribeirodantas/c3d25e0a37e5cb35ea8ed2d2f1206ce0 to your computer and use it in GitHub Desktop.
# Create a pipeline to preprocess
dvc run -f preprocess.dvc \
-d data/simulation.tsv -d preprocess.R \
-o data/simulation_preprocessed.csv \
Rscript preprocess.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment