You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x <- try(path_search(path = path) %>% cmd_ui_file_exists(),
silent = TRUE)
if (class(x) == "try-error") {
# if block below is the addition, make the message a little nicer, but this is the general idea. Don't throw warning, inform that nothing is set.
if (is.null(path)) {message("path not detected")}
cmd_ui_file_exists(path)
return(invisible(NULL))
}
The text was updated successfully, but these errors were encountered:
Solution:
The text was updated successfully, but these errors were encountered: