convert_names: convert names to lower character and ascii

Description Usage Arguments Value Examples

Description

This is a function that converts a character vector to all lower case and ascii, see example.

Usage

1

Arguments

x

[character(n)]
character vector to be converted

Value

data.frame in long format

Examples

1
2
text = c("GrĂ¼ne", "SPD")
convert_names(text)

pollyvote/pollyvoter documentation built on May 25, 2019, 11:23 a.m.