Create a new study object or load a study from the JSON meta-study file
study(name = "Demo Study", ...)
The name of the study or a file path to a JSON meta-study file
further arguments to add
A study object with class scivrs_study
s <- study("Demo Study")
study_to_json(s)
#> {
#> "name": "Demo Study",
#> "info": [],
#> "authors": [],
#> "hypotheses": [],
#> "methods": [],
#> "data": [],
#> "analyses": []
#> }
#>