Error in mutate():
! Problem while computing Period = (structure(function (..., .x = ..1, .y = ..2, . = ..1) ....
Caused by error in loadNamespace():
! there is no package called ‘plyr’
Run rlang::last_error() to see where the error occurred.
library(plyr)
Error in library(plyr) : there is no package called ‘plyr’
Resolution:
found where "plyr" was beng referenced in line 440 in extract_datim and changed it to "dplyr"
error message:
Error in
mutate()
: ! Problem while computingPeriod = (structure(function (..., .x = ..1, .y = ..2, . = ..1) ...
. Caused by error inloadNamespace()
: ! there is no package called ‘plyr’ Runrlang::last_error()
to see where the error occurred.Resolution: found where "plyr" was beng referenced in line 440 in extract_datim and changed it to "dplyr"