Skip to contents

Print internal warnings produced during the running of format_weather

Usage

check_weather_warnings()

Value

lines of messages with the function, type (either a message or warning) and the output of the message or warning

Examples

f <- function(x) {
   warning("This is a warning")
   message("This is a message")
   x + x}
epiphytoolR::.capture_warnings(f(1))
#> Error: '.capture_warnings' is not an exported object from 'namespace:epiphytoolR'
check_weather_warnings()