Skip to contents

This vignette briefly shows an example of how the dummy package hello and its function hello_detect_language() can be used in a workflow.

Setup

Load packages:

Hello_detect_language function

You can use the function hello_detect_language() to detect the language of basic greetings in English, French, Spanish, German and Italian

string <- 'bonjour'

example <- hello_detect_language(greeting = string)

print(example)
#> [1] "French"