isSet: Has this element been given a time slot

Description Usage Arguments Value Examples

View source: R/gantt.R

Description

Has this element been given a time slot

Usage

1
isSet(gantt, a = 1)

Arguments

gantt

A gantt object (created by makeGantt)

a

The name or row number of the element

Value

Returns a vector of booleans

Examples

1
2
3
response<-"{'response':'1/8 10:30 - 1/8 12:30;1/8 13:00 - 1/8 14:00;1/8 11:30 - 1/8 12:30'}"
gantt<-makeGantt(response,names=c("waitress","actor","pianist"),timespan=30,time.format="%d/%m %H:%M")
isSet(gantt,a="actor")

openPCI/OpenPCIScoring documentation built on June 10, 2021, 1:18 p.m.