Skip to content

Commit

Permalink
Update wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 2, 2024
1 parent 072d946 commit 89f168e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/reader.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @param as_json read data into json strings instead of R lists.
#' @param verbose print some progress output while reading
#' @examples
#' diamonds <- read_bson("http://jeroen.github.io/data/diamonds.bson")
#' diamonds <- read_bson("https://jeroen.github.io/data/diamonds.bson")
#' length(diamonds)
read_bson <- function(file, as_json = FALSE, verbose = interactive()){
if(grepl("^https?://", file)){
Expand Down
4 changes: 2 additions & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
AppVeyor
Github
BSON
GridFS
Mongo
MongoDB
Expand All @@ -10,6 +9,7 @@ POSIXct
RHEL
RStudio
SASL
Standalone
UseR
arXiv
bson
Expand Down
2 changes: 1 addition & 1 deletion man/read_bson.Rd

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

0 comments on commit 89f168e

Please sign in to comment.