Description Usage Arguments Value Author(s) Examples
Provide a format pattern to input data and make operations with Allen's relations and predicates. And return a tibble with values input
| 1 | lucC_data_preparation(data_tb = NULL)
 | 
| data_tb | Dataframe. A time series file. | 
Tibble with columns 'longitude', 'latitude', 'start_date', 'end_date', 'label', 'id', 'index'
Adeline M. Maciel
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run: 
library(lucC)
lucC_starting_point()
# open a CSV example
file = "./inst/example_csv_file.csv"
# read a raw csv and turn into format lucC with 
input_tb_raw_csv <- file %>% 
  read.csv(sep = ",", header = TRUE) %>% 
  lucC_data_preparation()
input_tb_raw_csv
new_tb <- lucC_data_preparation(input_tb)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.