R/rw_config.R
rw_available.Rd
Tests whether the rw CLI tool is installed and accessible.
rw
rw_available()
TRUE if the rw CLI is available, otherwise FALSE.
TRUE
FALSE
if (rw_available()) { message("rw CLI is available") } else { message("rw CLI is not available") } #> rw CLI is available