susoUtils is a collection of utility functions designed for internal use at rowsquared to streamline and enhance our workflow when working with Survey Solutions. This repository serves as a centralized bucket for miscellaneous R functions that are frequently used across various projects.
You can install susoUtils directly from this repository:
# Install the 'pak' package if you haven't already
#install.packages("pak")
# Use 'pak' to install the 'susoUtils' package from GitHub
pak::pkg_install("RowSquared/susoUtils")