Nothing
#' Internal constructor for the internal class [`r dataquieR_resultset_class2`].
#'
#' creates an object of the class [`r dataquieR_resultset_class2`].
#'
#' @param ... properties stored in the object
#'
#' @details
#' The class features the following methods:
#' `r paste0(" - [\u0060", methods(class = dataquieR_resultset_class2), "\u0060]", collapse = "\n")`
#'
#' @return an object of the class [`r dataquieR_resultset_class2`].
#' @seealso [dq_report2]
#' @aliases .dataquieR_resultset2
#' @keywords internal
dataquieR_resultset2 <- function(...) {
this <- list(...)
# dataquieR_resultset_verify2(this) # TODO: Implement me!!
class(this) <- dataquieR_resultset_class2
this
}
dataquieR_resultset_class2 <- "dataquieR_resultset2"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.