Browse Source

Google Chrome

master
boB Rudis 6 years ago
parent
commit
7c4c4acc18
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/chrome.R
  2. 4
      man/google_chrome_version_history.Rd

2
R/chrome.R

@ -7,6 +7,8 @@
#' ordered factor.
#'
#' @md
#' @note This _only_ pulls the first release date and does not distinguish by OS.
#' If more granular data is needed, file an issue or PR.
#' @export
google_chrome_version_history <- function() {

4
man/google_chrome_version_history.Rd

@ -13,3 +13,7 @@ strings parsed and separate fields added. The data frame is also arranged in
order from lowest version to latest version and the \code{vers} column is an
ordered factor.
}
\note{
This \emph{only} pulls the first release date and does not distinguish by OS.
If more granular data is needed, file an issue or PR.
}

Loading…
Cancel
Save