#' get pAttribute
#'
#' @param pAttribute the pAttribute to get
#' @exportMethod pAttribute
#' @rdname pAttribute-method
setGeneric("pAttribute", function(object) standardGeneric("pAttribute"))
#' @exportMethod dissect
setGeneric("dissect", function(object, ...) standardGeneric("dissect"))
#' @exportMethod name
#' @rdname polmineR-generics
setGeneric("name", function(x) standardGeneric("name"))
#' @exportMethod name<-
#' @rdname polmineR-generics
setGeneric("name<-", function(x, value) standardGeneric("name<-"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.