users {texter}R Documentation

Extract Usernames and tagged handles from tweets

Description

The function will extract any tagged handles from text

Usage

users(x, ...)

Arguments

x

This is the corpus you want to extract the mentions from

...

More inputs

Value

a character vector.

Examples

{
users("Come See this @simmie_kafaru")
}



[Package texter version 0.1.9 Index]