chatPost: Post to chat

Description Usage Arguments Examples

View source: R/chat.R

Description

Post a message to Minecraft chat.

Usage

1

Arguments

text

A character string with the message you would like to post.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
chatPost('foobar')

## Post the first few digits of pi to chat
for (p in strsplit(as.character(round(pi, 4)), '')[[1]]) {
    chatPost(p)
  }

## End(Not run)

kbroman/miner documentation built on Jan. 26, 2021, 8:14 p.m.