prereg_show_item_content {preregr}R Documentation

Show the specified content for the items in a (pre)registration

Description

This function shows the specified content for the items in a (pre)registration, or in one or more sections.

Usage

prereg_show_item_content(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 the item content for the "metadata" section
examplePrereg_1 |>
  preregr::prereg_show_item_content(
    section="metadata"
  );

[Package preregr version 0.2.9 Index]