data-raw/create_brick_description.R

#!/usr/bin/Rscript

print("Creating a table of descriptions of each brick...")

brick_description <- tibble::tribble(
    ~Classification_type, ~Obs_year, ~Description,
    #--------------------|----------|--------------------|
    "interpolated",       0,         "TODO",
    "starfm",             0,         "TODO",
    "simple",             0,         "TODO",
    "mask_clouds",        0,         "TODO"
)

setwd("~/Documents/ghProjects/sits.prodes")
usethis::use_data(brick_description, overwrite = TRUE)
albhasan/sits.prodes documentation built on Sept. 3, 2020, 2:03 p.m.