step_session_info: Step: Print the current Session Info

View source: R/steps-session-info.R

step_session_infoR Documentation

Step: Print the current Session Info

Description

Prints out the package information of the current session via sessioninfo::session_info().

Usage

step_session_info()

See Also

Other steps: step_add_to_drat(), step_add_to_known_hosts(), step_build_pkgdown(), step_do_push_deploy(), step_hello_world(), step_install_pkg, step_install_ssh_keys(), step_push_deploy(), step_run_code(), step_setup_push_deploy(), step_setup_ssh(), step_test_ssh(), step_write_text_file()

Examples

dsl_init()

get_stage("install") %>%
  add_step(step_session_info())

dsl_get()

ropensci/tic documentation built on Jan. 18, 2024, 3:57 a.m.