#' @useDynLib tidySpectR, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL
#' @importFrom generics tidy
#' @export
generics::tidy
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' @importFrom utils globalVariables
utils::globalVariables(
c(
# collection variables
".", "id", "bins", "bin_start", "bin_end",
"label", "values", "numbin",
# autoplot variables
"x_offset", "y_offset", "average", "min_val",
"max_val",
# aibin
"product", "vbsum", "candidate",
# bucket from breaks
"bin_index",
# processing
"type", "method", "name"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.