download_dictionary: Create table with dictionary of all words.

Description Usage Arguments Value Examples

View source: R/02_datebase_to_table.R

Description

Create table with dictionary of all words.

Usage

1

Arguments

json

"json varible" or json file. JSON need to indlude:
dbname Character. Database name.
host Character. Host.
port Numeric. Port number.

And could indlude:

user Character. PostgreSQL username.
password Character. PostgreSQL user's password.

Value

Table with all words existing in source data base.

Examples

1
2
3
4
## Not run: 
download_dictionary()

## End(Not run)

darsoo/KAROLA documentation built on May 14, 2019, 8:42 a.m.