is_json {daiR} | R Documentation |
Check that a file is JSON
Description
Checks whether a file is a JSON file.
Usage
is_json(file)
Arguments
file |
a filepath |
Value
a boolean
Examples
## Not run:
is_json("file.json")
## End(Not run)
[Package daiR version 1.0.0 Index]