knitr::opts_chunk$set( echo = TRUE, fig.path = "README-", message = FALSE, warning = FALSE, collapse = TRUE, comment = "#>" ) library(knitr)
The goal of linguisticsdown is to support Linguistics-related document writing in R Markdown, such as providing a Shiny Gadget to write and insert IPA symbols easily and functions to draw syntax tree (not implemented yet).
# CRAN install.packages("linguisticsdown") # Latest #install.packages('remotes') remotes::install_github("liao961120/linguisticsdown")
See linguisticsdown web site. Visit this site to use Shiny live demo.
/ /
, [ ]
, or don't wrap
Thanks David R. Mortensen for his IPA data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.