prepere_data_to_ANNA: Parse and clearing data to visualisation in shiny-app ANNA.

Description Usage Arguments Value Examples

View source: R/02_datebase_to_table.R

Description

Parse and clearing data to visualisation in shiny-app ANNA.

Usage

1
2
prepere_data_to_ANNA(input = "input", output_file = "output_file",
  dictionary = "dictionary", save_to_file = T)

Arguments

input

Table. Table with count words from create_table_with_count_words.

output_file

character. Opis.

dictionary

character. Location and name of dictionary file.

save_to_file

Logical. If TRUE create a output file with name: output_file

Value

Table with count words in every time interval (default - year)

Examples

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

## End(Not run)

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