Open
Description
During review of @pietervsd ' PR #247 I noticed a few other places where an update might be needed:
dplyr::gather
anddplyr::spread
should be replaced bydplyr::pivot_longer
anddplyr::pivot_wider
- the section on connection to inbo databases could be improved by making use of the
inbodb
package (@ElsLommelen )