shinybody_organs {shinybody} | R Documentation |
Organs available in shinybody
Description
A list of the organs that shinybody can display
Usage
shinybody_organs
Format
shinybody_organs
A data frame with 79 rows and 7 columns:
- organ
The name of the organ the row describes (must be unique)
- male
Boolean. TRUE if the body part can be shown on the male avatar, FALSE otherwise.
- female
Boolean. TRUE if the body part can be shown on the female avatar, FALSE otherwise.
- show
Boolean. TRUE if the body part should be shown, FALSE if it should be hidden.
- selected
Boolean. TRUE if the body part should appear in a "selected" state, FALSE otherwise.
- hovertext
A character column or a column containing
shiny.tag
objects. This will be the contents of the tooltip that appears when the organ is hovered over. If absent, the tooltip will contain the title-cased name of the organ (underscores replaced with spaces).- color
A character column indicating the color the organ should appear if shown.