#' Pipe operator support
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @details See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' Tibble support
#'
#' @details See \code{tibble::\link[tibble:tibble]{tibble}} for details.
#' @name tibble
#' @importFrom tibble tibble
#' @export
NULL
#' Other deps
#' @name odeps
#' @import stats
#' @import utils
NULL
# variaveis globais
utils::globalVariables(c('::',':','.','.N','doc_','temp_quebra__','..nm_base','query','ini0'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.