shinyAnalyse: Title

View source: R/shinyAnalyse.R

shinyAnalyseR Documentation

Title

Description

Title

Usage

shinyAnalyse(
  kwic = data.frame(IPId = paste("a", 1:10, sep = ""), a = 1:10, b = 10:1),
  corpus = data.frame(IPId = paste("a", 1:30, sep = ""), a = 1:30, b = 30:1),
  objectName = paste(deparse(substitute(kwic)), "_ann", sep = ""),
  pathPraat,
  pathSave = getwd(),
  seed = 7
)

Arguments

kwic

concordanz

corpus

corpus by ip

objectName

name of object tp save to

pathPraat

path where praat is saved

pathSave

path to save rds

seed

seed for random things to be repeatable


TimoSchuer/Dissertation documentation built on Feb. 25, 2024, 6:24 a.m.