Skip to content

Commit

Permalink
Update tbl_json example error
Browse files Browse the repository at this point in the history
  • Loading branch information
abresler committed Apr 22, 2015
1 parent eeb1f72 commit c33b578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ string or vector.
'[{"key1": "value1"}, {"key2": "value2"}]' %>% as.tbl_json

# Will return a 2 row data.frame with a length 2 JSON attribute
c('{"key1": "value1"}', '{"key2": "value2"}' %>% as.tbl_json
c('{"key1": "value1"}', '{"key2": "value2"}') %>% as.tbl_json
```

Behind the scenes, `as.tbl_json` is parsing the JSON strings and creating a
Expand Down

0 comments on commit c33b578

Please sign in to comment.