tables_from_dai_file {daiR} | R Documentation |
Get tables from output file
Description
tables_from_dai_file()
is deprecated; please use get_text()
instead.
Usage
tables_from_dai_file(file)
Arguments
file |
filepath of a JSON file obtained using |
Value
a list of data frames
Examples
## Not run:
tables <- tables_from_dai_file("document.json")
## End(Not run)
[Package daiR version 1.0.0 Index]