create_table_with_count_words: Create table with count all words in analyzing abstracts.

Description Usage Arguments Value Examples

View source: R/02_datebase_to_table.R

Description

Create table with count all words in analyzing abstracts.

Usage

1
2
create_table_with_count_words(lemma_table = "new_table", json,
  first_analyzed_date = "2000-01-01", last_analyzed_date = "2016-12-01")

Arguments

lemma_table

Character. Name of source table or table from create_database.

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.

first_analyzed_date

Date : YYYY-MM-DD. Month to start analysis

last_analyzed_date

Date : YYYY-MM-DD. Month to stop analysis

Value

Table with count words from lemma_table.

Examples

1
2
3
4
## Not run: 
create_table_with_count_words("new_table")

## End(Not run)

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