An open API service indexing awesome lists of open source software.

https://github.com/stefanocoretta/phonitaliar


https://github.com/stefanocoretta/phonitaliar

r-package research-data

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# phonItaliaR

This package provides the user with the `phonitalia` data frame, which contains the data of the PhonItalia 1.10 Corpus, with additional phonemic trasncriptions added by Stefano Coretta.

> Goslin, J., Galluzzi, C. & Romani, C. PhonItalia: a phonological lexicon for Italian. Behav Res 46, 872–886 (2014). https://doi.org/10.3758/s13428-013-0400-8

## Installation

You can install phonItaliaR like so:

``` r
remotes::install_github("stefanocoretta/phonItaliaR")
```

Then:

```{r packages, message=FALSE}
library(tidyverse)
library(phonItaliaR)
```

```{r phonitalia}
data("phonitalia")
phonitalia
```

Check the documentation of the data with `?phonitalia`.