Learn R Programming

miner (version 0.2.2)

getEntityTypes: Get entity types

Description

Get a table of available entity types and their IDs.

Usage

getEntityTypes()

Arguments

Value

a data frame with two rows, id and type.

See Also

mc_items(), spawnEntity(), find_entity()

Examples

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

Run the code above in your browser using DataLab