display: Retrieve a list of IDs from a listbuilder definition

View source: R/output-display.R

displayR Documentation

Retrieve a list of IDs from a listbuilder definition

Description

Retrieve a list of IDs from a listbuilder definition

Usage

display(savedlist, ...)

## S3 method for class 'listbuilder'
display(
  savedlist,
  ...,
  include_organizations = FALSE,
  include_deceased = FALSE,
  household = FALSE,
  file = NULL
)

## S3 method for class 'report'
display(
  report,
  ...,
  include_organizations = FALSE,
  include_deceased = FALSE,
  household = FALSE,
  file = NULL
)

Arguments

include_organizations

Should the list include organizations? (Defaults to FALSE)

include_deceased

Should the list include the deceased? (Defaults to FALSE)

household

Should the list be householded? (Defaults to FALSE)

file

If you want to export the IDs to a text file, enter the name of the file you wish to create. If NULL (the default), then the IDs will not be written to a file.


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.