# NOT RUN {
# read a tibble with 400 samples of Cerrado and 346 samples of Pasture
data(cerrado_2classes)
# export a time series
csv_file <- paste0(tempdir(), "/cerrado_2classes.csv")
sits_metadata_to_csv(cerrado_2classes, file = csv_file)
# }
Run the code above in your browser using DataLab