R/PlanetScopeInit.R

Defines functions PlanetScopeInit

Documented in PlanetScopeInit

PlanetScopeInit <- function(DirPlanet, Email, Password){
  #Initialize the planet Python client
  Inicializar <- paste0(DirPlanet, " init ", "--email ", Email, " --password ", Password)
  system(Inicializar)
}
klauswiese/Planet documentation built on June 11, 2022, 6:45 p.m.