#' robvis: A package for producing risk-of-bias assessment figures.
#'
#' The robvis package is designed to help users produce publication quality
#' risk-of-bias assessment figures.
#' @docType package
#' @name robvis
#' @keywords internal
# TODO remove reliance on globalVariables
globalVariables(c(
"domain",
"Study",
"judgement",
"Weights",
"data.tmp",
".data",
"dat",
"res",
".",
"Overall",
"author",
"heading",
"n",
"offset",
"overall",
"result_id",
"row_n",
"study",
"type",
"yi",
"cneg",
"cpos",
"tneg",
"tpos",
"vi",
"year"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.