Copies the tissue example into a temporary directory n times so the queue
has real files to iterate.
Usage
at_example_session(n = 5L, call = rlang::caller_env())Value
An annot_session.
See also
Other example data:
at_example_image(),
at_example_path(),
at_example_project()
Other sessions:
at_current(),
at_goto(),
at_manifest(),
at_next(),
at_prev(),
at_resume(),
at_session(),
at_session_status(),
at_set_status()
Examples
sess <- at_example_session(3)
at_session_status(sess)
#> # A tibble: 3 × 7
#> idx path name status project_path n_rois modified
#> <int> <chr> <chr> <chr> <chr> <int> <dttm>
#> 1 1 /tmp/RtmpfnTHPT/an… imag… pendi… NA 0 NA
#> 2 2 /tmp/RtmpfnTHPT/an… imag… pendi… NA 0 NA
#> 3 3 /tmp/RtmpfnTHPT/an… imag… pendi… NA 0 NA