PlanetScopeInit <- function(DirPlanet, Email, Password){
#Initialize the planet Python client
Inicializar <- paste0(DirPlanet, " init ", "--email ", Email, " --password ", Password)
system(Inicializar)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.