Title: | A Certe R Package for Loading 'certedata' Universe |
---|---|
Description: | A Certe R Package for loading all R packages in the 'certedata' universe, based on the 'tidyverse/tidyverse' repo. This package is part of the 'certedata' universe. |
Authors: | Matthijs S. Berends [aut, cre], Erwin E. A. Hassing [aut], Certe Medical Diagnostics & Advice Foundation [cph, fnd] |
Maintainer: | Matthijs S. Berends <[email protected]> |
License: | GPL-2 |
Version: | 4.4.2 |
Built: | 2024-11-14 04:16:04 UTC |
Source: | https://github.com/certe-medical-epidemiology/certedata |
Attach 'certedata' Universe Packages
certedata_attach(...)
certedata_attach(...)
... |
unused at the moment |
This function attaches all 'certedata' universe R packages and their accompanying third-party packages (in total 25 packages).
To install the packages, see certedata_install_packages()
.
This function lists all the conflicts between packages in the 'certedata' universe and other packages that you have loaded.
certedata_conflicts()
certedata_conflicts()
certedata_conflicts()
certedata_conflicts()
This function not only installs the 'certedata' universe, but also its accompanying third-party packages.
certedata_install_packages()
certedata_install_packages()
These 25 packages will be installed if not already:
AMR
broom
certedb
certegis
certemail
certeplot2
certeprojects
certestats
certestyle
certetoolbox
cleaner
dplyr
extrafont
flextable
forcats
ggplot2
glue
lubridate
purrr
readr
readxl
skimr
stringr
tibble
tidyr
List all packages in the 'certedata' universe
certedata_packages(only_installed = TRUE, include_self = TRUE)
certedata_packages(only_installed = TRUE, include_self = TRUE)
only_installed |
a logical to indicate whether only currently installed packages should be returned |
include_self |
a logical to indicate whether the 'certedata' package should be included as well |
certedata_packages()
certedata_packages()