Check for a remote session and automagically confirm setup will work properly.

check_remote_configuration(auto_connect = FALSE)

Arguments

auto_connect

Set to TRUE to ensure an ssh_session is created if absent

Value

TRUE if a remote session is detected, FALSE otherwise.

Details

This function determines if a user is working in GAMBLR remotely and, if so, will check if their config is loaded properly and ssh_session is available.

Examples

check_remote_configuration()
#> [1] FALSE