obi.multiple: Measuring Japanese readability (Multiple ver.)

Description Usage Arguments Value Author(s) Examples

View source: R/obi.multiple.R

Description

Measuring Japanese readability with multiple texts

Usage

1
obi.multiple(file.df)

Arguments

file.df

information of text file. The data frame must have three columns. The First column is id, the second is description, the third is filename(include path)

result.only

Show only results without likihood(default is FALSE)

Value

data.frame

Author(s)

Jaehyun SONG

Examples

1
2
3
setwd("/Users/Username/Documents/")
sample.df <- data.frame(id = c(1:3), text  = c("Abe Shinzo", "Kan Naoto", "Ozawa Ichiro"), file_path = c("AS.txt", "KN.txt", "OI.txt"))
obi.multiple(sample.df)

JaehyunSong/obi documentation built on May 7, 2019, 10:18 a.m.