#' `TrialEmulation` Package
#'
#' `TrialEmulation` facilitates preprocessing and analysing observational data
#' an emulated a randomised trial.
#' @keywords internal
"_PACKAGE"
#' @import checkmate
#' @importFrom stats formula update update.formula as.formula glm
#' @import data.table
#' @import methods
#' @importFrom Rcpp sourceCpp
#' @importFrom DBI dbGetQuery
#' @importFrom lifecycle deprecated
#' @useDynLib TrialEmulation
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.