#' getStimName_from_unique_seriesName
#'
#' function inherited from ephys2 (/github/tdanker/ephys2/). Undocumented.
#' @importFrom stringr str_split_fixed
#' @noRd
getStimName_from_unique_seriesName<-function (string)
{
return(str_split_fixed(string, " : ", 2)[2])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.