## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----eval=FALSE--------------------------------------------------------------- # # To install Rmonize from CRAN: # install.packages("Rmonize") # # # To install Rmonize from Github: # remotes::install_github( # repo = "https://github.com/maelstrom-research/Rmonize", # ref = "main") # # # Load the package # library(Rmonize) ## ----eval=FALSE--------------------------------------------------------------- # # Install package car from CRAN # install.packages("car") ## ----eval=FALSE--------------------------------------------------------------- # # Get package documentation in R # ?Rmonize # help("Rmonize") # # # Access the website with a function # Rmonize_website() ## ----eval=FALSE--------------------------------------------------------------- # # See available examples # names(Rmonize_examples) # # # Downloadable templates are also available # Rmonize_templates()