### Load an example (pre)registration specification
data("examplePrereg_1", package = "preregr");
### Check next item
examplePrereg_1 |>
preregr::prereg_next_item();
### Specify content for this item
examplePrereg_1 <-
preregr::prereg_specify(
examplePrereg_1,
funding = paste0(
"No funding. There's never any ",
"funding for this kind of stuff."
)
);
### Get the next three items
preregr::prereg_next_item(
examplePrereg_1,
nrOfItems = 3
);
Run the code above in your browser using DataLab