-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
grattan/R/append_custom_series.R
Lines 63 to 68 in f1cea8b
| # TODO: make fy inherit character | |
| if (inherits(.subset2(orig, "fy_year"), "fy") && | |
| !inherits(.subset2(custom.series, "fy_year"), "fy")) { | |
| orig <- copy(orig)[, fy_year := as.character(fy_year)] | |
| } | |