Description Usage Arguments Value Examples
View source: R/plot_date_variable_missingness.R
Plot Missingness for a Date Variable
1 2 3 |
df |
A dataframe containing cleaned ETS data as produced by |
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 |
A list of plots including: missing data by month and by day.
1 2 | ## Code
plot_date_variable_missingness
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.