Skip to contents

Prepare the language property - this should describe the language of the scholarly work.

Usage

prep_language(x)

Arguments

x

named list, vector, or data.frame of with 1:1 name:value pairs

Value

an unboxed dataframe with 1 row

Examples


a <- data.frame("language" = "en")

prep_language(a)
#> [x] "en"