Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 587 Bytes

File metadata and controls

20 lines (14 loc) · 587 Bytes

susoUtils

susoUtils is a collection of utility functions designed for internal use at [Your Company Name] 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")