open_greta_install_log: Read a greta logfile

View source: R/write-logfiles.R

open_greta_install_logR Documentation

Read a greta logfile

Description

This is a convenience function to facilitate reading logfiles. It opens a HTML browser using utils::browseURL(). It will search for the environment variable "GRETA_INSTALLATION_LOG" or default to tools::R_user_dir("greta"). To set "GRETA_INSTALLATION_LOG" you can use Sys.setenv('GRETA_INSTALLATION_LOG'='path/to/logfile.html'). Or use greta_set_install_logfile() to set the path, e.g., greta_set_install_logfile('path/to/logfile.html').

Usage

open_greta_install_log()

Value

opens a URL in your default HTML browser.


greta-dev/greta documentation built on Dec. 21, 2024, 5:03 a.m.