get_no_ipa: Get non-IPA characters.

View source: R/phonetise.R

get_no_ipaR Documentation

Get non-IPA characters.

Description

Given a vector of characters, it returns those which are not part of the IPA.

Usage

get_no_ipa(chars)

Arguments

chars

A vector of characters.

Value

A vector.

Examples

get_no_ipa(c("a", "\0283", ">"))


phonetisr documentation built on April 3, 2025, 10:49 p.m.