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.
names<-
attr<-
1 parent c3950f4 commit e7d5cd4Copy full SHA for e7d5cd4
R/fload.R
@@ -196,7 +196,7 @@ fload <- function(json,
196
)
197
198
if (always_list && length(json) == 1L) {
199
- `attr<-`(list(out), "names", names(json))
+ `names<-`(list(out), names(json))
200
} else {
201
out
202
}
R/fparse.R
@@ -344,7 +344,7 @@ fparse <- function(json,
344
345
346
347
348
349
350
0 commit comments