Learn R Programming

daiR (version 1.0.0)

tables_from_dai_file: Get tables from output file

Description

[Deprecated] tables_from_dai_file() is deprecated; please use get_text() instead.

Usage

tables_from_dai_file(file)

Value

a list of data frames

Arguments

file

filepath of a JSON file obtained using dai_async_tab()

Examples

Run this code
if (FALSE) {
tables <- tables_from_dai_file("document.json")
}

Run the code above in your browser using DataLab