Skip to content

Commit 0134cba

Browse files
committed
Fix url
1 parent 86e5067 commit 0134cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/stream.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#'
33
#' The `stream_in` and `stream_out` functions implement line-by-line processing
44
#' of JSON data over a [connection], such as a socket, url, file or pipe. JSON
5-
#' streaming requires the [ndjson](http://ndjson.org) format, which slightly differs
5+
#' streaming requires the [ndjson](https://ndjson.org) format, which slightly differs
66
#' from [fromJSON()] and [toJSON()], see details.
77
#'
88
#' Because parsing huge JSON strings is difficult and inefficient, JSON streaming is done
9-
#' using **lines of minified JSON records**, a.k.a. [ndjson](http://ndjson.org).
9+
#' using **lines of minified JSON records**, a.k.a. [ndjson](https://ndjson.org).
1010
#' This is pretty standard: JSON databases such as MongoDB use the same format to
1111
#' import/export datasets. Note that this means that the
1212
#' total stream combined is not valid JSON itself; only the individual lines are. Also note

man/stream_in.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)