Description Details Slots Examples
This class is used for objects that define a live concert.
Use function gig
to create objects of this class.
gross
Numeric, the total gross receipts for the concert.
guests
Numeric, number of people attending the concert.
admission
Numeric, highest ticket price for the concert.
musicians
Logical, whether the music ist mostly perfomed by live musicians (in contrast to mostly by using physical recording media).
addIncome
Logical, whether you have additional income through advertising etc.
public
Logical, 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.
fee
Numeric, the amount of money payed to the artists,
relevant if public=TRUE
.
production
Numeric, the directly associated production costs,
relevant if public=TRUE
.
charity
Logical, whether the event is of non-profit/charitable character.
rcs
Logical, whether the event is of religious, cultural, or social character.
promoYoung
Logical, whether this event is only promoting young musicians.
lumpSumContract
Numeric, 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.
plusMedium
Logical, 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.