# NOT RUN {
# creates a MetaData folder and downloads the csv in the "Path_for_downloading_folder" directory
ls8LoadMetadata(AppRoot = file.path(tempdir(),"Path_for_downloading_folder"))
# update the metadata file
ls8LoadMetadata(AppRoot = file.path(tempdir(),"Path_for_downloading_folder"), update = TRUE)
# get metadata data frame
LS8MD <- getRGISToolsOpt("LS8METADATA")
head(LS8MD)
# }
Run the code above in your browser using DataLab