Cliente <- R6::R6Class("Cliente",
public = list(
base=NULL,
initialize=function(){
self$base=leer_base(),
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.