View source: R/output-display.R
display | R Documentation |
Retrieve a list of IDs from a listbuilder definition
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.