16 Using tim

tim is an R package that includes utilities to facilitate operator development in Tercen Studio.

16.1 Development workflow utilities

tim::set_workflow_step_ids(data_step_url)
tim::set_tercen_credentials()

16.2 Test utilities

Populate test data:

tim::build_test_data(out_table = out_table, ctx = ctx, test_name = "test1")

Check test data:

tim::check_test_local(out_table = out_table, test_name = "test1")

16.3 Operator folder utilities

Populate GitHub workflow files:

tim::populate_gh_workflow(type = "R")
tim::populate_gh_workflow(type = "docker")