View source: R/helper_functions_minimal.R
create_targets_file | R Documentation |
Create _targets.R file from a protocol folder
create_targets_file(pid = 0, folder, dont_ask = FALSE)
pid |
project id |
folder |
protocol folder |
dont_ask |
do everything without asking for user input |
Creates a _targets.R file
## Not run:
create_targets_file(pid = 999,
folder = "/home/emrys/Downloads/jsPsychHelpeRtest/",
dont_ask = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.