tables_from_dai_file {daiR}R Documentation

Get tables from output file

Description

[Deprecated] 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 dai_async_tab()

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]