shinyAnalyse | R Documentation |
Title
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.