runes_table: runes_table()

Description Usage Arguments Details Examples

View source: R/runes_table.R

Description

runes_table() returns a data.frame with 3 variable text columns.AX

Usage

1
runes_table(futhark = "elder", branch = NA)

Arguments

futhark

which futhark set you'd like, defaults to "elder" and the argument must be a string

branch

if futhark is "younger" then you must also choose whether you would like short or long branch younger futhark

Details

The data.frame returned by this function returns 3 columns

  1. The unicode sequence that represents the rune character.

  2. The English a-z characters of the alphabet

  3. The rune itself showing how it would also be displayed.

Examples

1

runes documentation built on July 2, 2020, 3:13 a.m.

Related to runes_table in runes...