Learn R Programming

miner (version 0.2.2)

mc_items: Minecraft item information

Description

Dataset with the name, ID, and style of possible Minecraft items.

Usage

data(mc_items)

Arguments

Format

Data frame with columns name, id, and style.

See Also

find_item(), find_entity()

Examples

Run this code
# NOT RUN {
data(mc_items)
mc_items[grep("Dirt", mc_items$name),]
# }

Run the code above in your browser using DataLab