# NOT RUN {
tdir = tempfile()
dir.create(tdir)
model_name = "logistic_example"
form_file = setup_model(model_name = model_name,
synced_folder = tdir,
formula = y ~ x1 + x2, family = binomial())
# }
Run the code above in your browser using DataLab