Learn R Programming

utf8ify (version 0.2.0)

utf8_collection: Collection of unicode symbols

Description

Collection of unicode symbols

Usage

utf8_collection()

Arguments

Value

List of unicode collections

Examples

Run this code
# show complete collection (as list)
utf8_collection()

# show fav collection 
u <- utf8_collection()
unlist(u$fav)

# show single character
u$fav$heart

Run the code above in your browser using DataLab