#' @title Print Amartha object
#' @description For now, I don't specify the print pattern for Amartha object,
#' But it may be expanded later.
#' @param x the object that contains amartha object
#' @param ... ellipsis. Not useful for now!
#' @export
print.Amartha_num <- function(x, ...){
class(x) <- class(x)[1]
print.default(x,...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.