Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 12, 2024
1 parent 80a34c2 commit b6b57f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/live.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' forms.
#'
#' Behind the scenes, this function uses the
#' [chromote](https://rstudio.github.io/chromote) package, which requires that
#' [chromote](https://rstudio.github.io/chromote/) package, which requires that
#' you have a copy of [Google Chrome](https://www.google.com/chrome/) installed
#' on your machine.
#'
Expand Down Expand Up @@ -244,7 +244,7 @@ LiveHTML <- R6::R6Class(
#' @description Simulate pressing a single key (including special keys).
#' @param css CSS selector or xpath expression. Set to `NULL`
#' @param key_code Name of key. You can see a complete list of known
#' keys at <https://pptr.dev/api/puppeteer.keyinput>.
#' keys at <https://pptr.dev/api/puppeteer.keyinput/>.
#' @param modifiers A character vector of modifiers. Must be one or more
#' of `"Shift`, `"Control"`, `"Alt"`, or `"Meta"`.
press = function(css, key_code, modifiers = character()) {
Expand Down
2 changes: 1 addition & 1 deletion man/LiveHTML.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/read_html_live.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6b57f2

Please sign in to comment.