tables_from_dai_file: Get tables from output file

View source: R/deprec.R

tables_from_dai_fileR 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)

daiR documentation built on April 12, 2025, 1:39 a.m.