Create a folder or ImageCollection into GEE assets
ee_create_asset_path(path_asset, asset_type = "folder", quiet = FALSE)
| path_asset | a character vector containing a single path name. |
|---|---|
| asset_type | a character vector containing the asset type. 'folder' or 'imagecollection'. |
| quiet | logical; suppress info message. |