Learn R Programming

miner (version 0.2.2)

getChatPosts: Pull the most recent chat message

Description

Returns the chat posts that have been posted recently and since the last time the function was run. It is possible that this does not return chat posts that were posted using chatPost().

Usage

getChatPosts()

Arguments

Value

A dataframe of recent chat posts with columns for the player id of the poster and the message posted

See Also

getBlockHits()

Examples

Run this code
# NOT RUN {
mc_connect()
getChatPosts()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab