Description Details Slots Examples
This class is used for objects that define a live concert.
Use function gig to create objects of this class.
grossNumeric, the total gross receipts for the concert.
guestsNumeric, number of people attending the concert.
admissionNumeric, highest ticket price for the concert.
musiciansLogical, whether the music ist mostly perfomed by live musicians (in contrast to mostly by using physical recording media).
addIncomeLogical, whether you have additional income through advertising etc.
publicLogical, whether the concert was either public with no admission fee,
or an invite-only
event for a strictly limited amount of guests (e.g., a promotional event). If TRUE,
fee
and production become relevant, and admission must be 0.
feeNumeric, the amount of money payed to the artists,
relevant if public=TRUE.
productionNumeric, the directly associated production costs,
relevant if public=TRUE.
charityLogical, whether the event is of non-profit/charitable character.
rcsLogical, whether the event is of religious, cultural, or social character.
promoYoungLogical, whether this event is only promoting young musicians.
lumpSumContractNumeric, one of the following to declare it you have a yearly contract:
No yearly contract or not more than 15 events a year.
Yearly contract and at least 16 events a year.
Yearly contract and at least 31 events a year.
plusMediumLogical, whether in addition to the live music there is also music from physical recording media (e.g., CDs) being played.
1 | myGig <- gig()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.