### Load an example (pre)registration specification
data("examplePrereg_1", package = "preregr");
### Specify some fields and show the results
examplePrereg_1 |>
preregr::prereg_specify(
tasks_and_roles = "All authors contributed equally",
nonExistent_item = "This can't be stored anywhere",
start_date = "2021-9-01"
) |>
preregr::prereg_show_item_completion(
section="metadata"
);
Run the code above in your browser using DataLab