plot_date_variable_missingness: Plot Missingness for a Date Variable

Description Usage Arguments Value Examples

View source: R/plot_date_variable_missingness.R

Description

Plot Missingness for a Date Variable

Usage

1
2
3
plot_date_variable_missingness(df = NULL, var = NULL,
  start_year = NULL, end_year = NULL, split_year = NULL,
  facet_by_year = TRUE)

Arguments

df

A dataframe containing cleaned ETS data as produced by tbinenglanddataclean.

var

A character string indicating the name of the date variable to explore missingness within.

start_year

Numeric, indicating which year to start including data from (inclusive)

end_year

Numeric, indicating which year to stop including data from (exclusive)

split_year

The year to use as a splitting point when facetting. By default uses the mean year.

facet_by_year

Logical defaults to TRUE. Should the plots be facetted by a year midpoint

Value

A list of plots including: missing data by month and by day.

Examples

1
2

seabbs/ETSMissing documentation built on Nov. 22, 2019, 5:08 p.m.