make_report: Analyse data and create a report

Description Usage Arguments Author(s) Examples

View source: R/make_report.R

Description

This function takes checked transcription-IPA correspondences and checked corpus or word list and generates a phonological report.

Usage

1
make_report(correspondences, corpus, path = NULL, format = "html")

Arguments

correspondences

a checked dataframe with transcription-IPA correspondences.

corpus

variable containing corpus.

path

path, where function will create a report. By default report is created in working directory.

format

a string that define the output format: "word" or "html" (by default).

Author(s)

George Moroz <agricolamz@gmail.com>

Examples

1
analyse_phonology()

agricolamz/lingphonology documentation built on May 19, 2019, 2:55 a.m.