Description Usage Arguments Value Slots Examples
Campus
Campus
1 2 3 4 5 6 7 | Campus(extraLimits = "", roomgroups, lessons = list(),
cleanupFunction = function(r) { return(r) },
excludeRooms = as.character(c()), comment = "", title = "")
Campus(extraLimits = "", roomgroups, lessons = list(),
cleanupFunction = function(r) { return(r) },
excludeRooms = as.character(c()), comment = "", title = "")
|
extraLimits |
sql-string (starting with AND) |
roomgroups |
Array of roomgroups in WU |
lessons |
list (not documentet now) |
cleanupFunction |
(function that takes and return a RoomUse object) |
excludeRooms |
Array |
comment |
characterstring |
Object
S4 object of class Campus
extraLimits
sql-string (starting with AND)
roomgroups
Name of roomgroup in WU
lessons
list (not documentet now)
cleanupFunction
(function that takes and return a RoomUse object)
comment
characterstring
1 2 | blablabla
xxx
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.