Fix examples so that they can be uncommented. The R error was:
Z_summary <- Z %>% group_by(NetworkID) %>%
- summarise(
-
-
y_total = sum(y_value, rm.na=TRUE)
-
-
dplyr::filter(NetworkID > 0)
Error in dplyr::filter():
! Problem while computing ..1 = NetworkID > 0.
Caused by error:
! object 'NetworkID' not found
Fix examples so that they can be uncommented. The R error was:
Error in
dplyr::filter():! Problem while computing
..1 = NetworkID > 0.Caused by error:
! object 'NetworkID' not found