You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:
! Assigned data `as.character(df$DateOfBirth)` must be compatible with existing data.
✖ Existing data has 650 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Run `rlang::last_error()` to see where the error occurred.
Warning message:
Unknown or uninitialised column: `DateOfBirth`.
And this is the related output of rlang::last_trace():
I just installed
parlitools
from CRAN and attempted to run thecurrent_mps()
function but received an error.I ran this code:
And received this error:
And this is the related output of
rlang::last_trace()
:I also attempted to call
council_seats()
and received the following error:And this is the related output of
rlang::last_trace()
:Possibly helpful for debugging, this is my
sessionInfo()
:I would submit a PR but I don't know how to debug this! Sorry. Just flagging as it seems like this is a problem with the package
The text was updated successfully, but these errors were encountered: