We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3852947 commit 20ed3aaCopy full SHA for 20ed3aa
README.Rmd
@@ -77,8 +77,8 @@ handlers as an option in your `.Rprofile`:
77
# Add custom options
78
.First <- function() {
79
options(
80
- errorist.warning = searcher::google,
81
- errorist.error = searcher::google
+ errorist.warning = searcher::search_google,
+ errorist.error = searcher::search_google
82
)
83
}
84
README.md
@@ -75,8 +75,8 @@ search handlers as an option in your `.Rprofile`:
75
76
0 commit comments