prereg_show_item_completion: Show which items in a (pre)registration have been completed

View source: R/prereg_show_item_completion.R

prereg_show_item_completionR Documentation

Show which items in a (pre)registration have been completed

Description

This function shows which items in a (pre)registration, or in one or more sections, have been completed - or, more accurately, contain at least some content that is different from the default content.

Usage

prereg_show_item_completion(x, section = NULL)

Arguments

x

The (pre)registration object (as produced by a call to prereg_initialize()).

section

The section(s) to show; pass NULL (the default) to show everything.

Value

x, invisibly

Examples

### Load an example (pre)registration specification
data("examplePrereg_1", package = "preregr");

### Show which items were completed
examplePrereg_1 |>
  preregr::prereg_show_item_completion(
    section="metadata"
  );

preregr documentation built on May 31, 2023, 7:10 p.m.