Description Usage Arguments Details Examples
View source: R/search_last_error.R
Google search R error messages
1 | search_last_error(additonal.term = NULL)
|
additonal.term |
character. Additional text to add to Google search after "R". |
This function takes the last error in my R session and creates a Google search for an answer. 93 percent of the time this will be to remember something I have done in 'ggplot2' 1,573 times before but forgot. For example, adding "ggplot" will search 'R, ggplot, error message here'. Heavily borrowed from & influenced from David Robinson's github.
1 2 3 | library(learylib)
search_last_error("ggplot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.