Description Details Slots Examples
This class is used for objects that define one live club.
Use function liveclub to create objects of this class.
spaceNumeric, room size for the live club in square meters.
daysInteger number between 1 and 30, number of days the club is opened per month.
admissionNumeric, highest ticket price for the live club. If prices vary over the week, use the average of highest prices, respectively.
plusMediumLogical, whether in addition to the live music there is also music from physical recording media (e.g., CDs) being played.
1 | myLiveClub <- liveclub(space=200, days=3, admission=6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.