Nothing
#' @export
print.plm <- function(x, ..., sep = "\n") {
if (length(x) > 0L) {
cat(x, ..., sep = sep)
}
invisible(x)
}
as_plm <- function(x) {
structure(x, class = c("plm", "character"))
}
compare_proxy.plm <- function(x, path = "x") {
x <- unstructure(x)
NextMethod()
}
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.