Description Usage Arguments Value Examples
create a new ccEpisode object by given the episode data as a list. The list should be organised in data items and indexed with NIHC code, e.g. NIHR_HIC_ICU_0108.
1  | new.episode(lt = list(), parse_file = "NA", parse_time = as.POSIXct(NA))
 | 
lt | 
 is a list  | 
parse_file | 
 the file location from which the episode comes from.  | 
parse_time | 
 the parse date and time of the episode.  | 
ccEpisode object
1 2 3  | eps <- list()
eps[["NIHR_HIC_ICU_0018"]] <- data.frame(time=seq(10), rep(70, 10))
new.episode(eps)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.