##### COPYRIGHT #############################################################################################################
#
# Copyright (C) 2018 JANSSEN RESEARCH & DEVELOPMENT, LLC
# This package is governed by the JRD OCTOPUS License, which is the
# GNU General Public License V3 with additional terms. The precise license terms are located in the files
# LICENSE and GPL.
#
#############################################################################################################################.
library( OCTOPUS )
strMain <- "allmain.csv"
vStrISA <- c("allISA1.csv" ) #You could add the other ISAs if need, "allISA2.csv","allISA3.csv","allISA3.csv")
vISANumber <- c(1) #Could add more ISAs here like
simsAll <- BuildResultsDataSet( strMain, vStrISA, vISANumber ) #This is a fct in the PTS Package
save( simsAll, file="sims.RData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.