Package 'certedata'

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

Help Index


Attach 'certedata' Universe Packages

Description

Attach 'certedata' Universe Packages

Usage

certedata_attach(...)

Arguments

...

unused at the moment

Details

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().


Conflicts between the 'certedata' universe and other packages

Description

This function lists all the conflicts between packages in the 'certedata' universe and other packages that you have loaded.

Usage

certedata_conflicts()

Examples

certedata_conflicts()

Install all packages required for the 'certedata' universe

Description

This function not only installs the 'certedata' universe, but also its accompanying third-party packages.

Usage

certedata_install_packages()

Details

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

Description

List all packages in the 'certedata' universe

Usage

certedata_packages(only_installed = TRUE, include_self = TRUE)

Arguments

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

Examples

certedata_packages()