lucC_fromJSON: Open JSON file

Description Usage Arguments Value Author(s) Examples

Description

Open the input data in JSON format in an user's directory

Usage

1
lucC_fromJSON (path_json_file = NULL)

Arguments

path_json_file

Character. Name path and file to open JSON file data

Value

Open JSON format to file

Author(s)

Adeline M. Maciel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# Open a data example
library(lucC)

lucC_starting_point()

json_file = "./inst/extdata/patterns/example_TWDTW.json"

input_tb_json <- json_file %>% 
  lucC_fromJSON()  
input_tb_json


## End(Not run)

ammaciel/stilf documentation built on May 10, 2019, 10:28 a.m.