utf8_collection {utf8ify} | R Documentation |
Collection of unicode symbols
Description
Collection of unicode symbols
Usage
utf8_collection()
Value
List of unicode collections
Examples
# show complete collection (as list)
utf8_collection()
# show fav collection
u <- utf8_collection()
unlist(u$fav)
# show single character
u$fav$heart
[Package utf8ify version 0.1.0 Index]