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 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 browser


greta documentation built on April 4, 2025, 12:37 a.m.