Displaying 2 results from an estimated 2 matches for "03_tables".
2023 Oct 29
0
Introducing the makeit package
....R", "input.dat", "output.dat")
The second example involves three scripts:
make("01_model.R", "data.dat", "results.dat")
make("02_plots.R", "results.dat", c("plots/A.png", "plots/B.png"))
make("03_tables.R", "results.dat", c("tables/A.csv", "tables/B.csv"))
For R workflows, it can provide the same functionality as GNU Make but with
fewer software requirements in terms of software installed and system path.
The make calls() can be grouped together in a dedicated s...
2023 Oct 29
0
Introducing the makeit package
....R", "input.dat", "output.dat")
The second example involves three scripts:
make("01_model.R", "data.dat", "results.dat")
make("02_plots.R", "results.dat", c("plots/A.png", "plots/B.png"))
make("03_tables.R", "results.dat", c("tables/A.csv", "tables/B.csv"))
For R workflows, it can provide the same functionality as GNU Make but with
fewer software requirements in terms of software installed and system path.
The make calls() can be grouped together in a dedicated s...