summarize_npds_db: Summarizes NPDS notifications database

View source: R/npds_notifications.R

summarize_npds_dbR Documentation

Summarizes NPDS notifications database

Description

Summarizes NPDS notifications database

Usage

summarize_npds_db(x)

Arguments

x

object from 'read_npds_notification_db'

Value

list of the following summary values:

  • n numeric; is the total number of notifications in the database.

  • n_na tibble; summarizes data completeness. Includes the number and percent of NAs for each variable.

  • frequency tibble; summarizes the variables and values. Include the number and percent for each variable and respective values for all the available data.

  • frequency_by_year tibble; summarizes the variables and values by year. Include the number and percent for each variable and respective values for all the available data and grouped by year.


renejuan/DERTtools documentation built on March 19, 2022, 7:20 a.m.