| iPubs | R Documentation | 
Get and set the iPubs data.frame in an object of ISA.
iPubs(x) iPubs(x) <- value ## S4 method for signature 'ISA' iPubs(x) ## S4 replacement method for signature 'ISA' iPubs(x) <- value
| x | An object of class ISA. | 
| value | A data.frame containing the investigation publications information. A data.frame in which at least the following columns are present: 'Investigation PubMed ID', 'Investigation Publication DOI', 'Investigation Publication Author List', 'Investigation Publication Title', 'Investigation Publication Status', 'Investigation Publication Status Term Accession Number', 'Investigation Publication Status Term Source REF'. | 
A data.frame containing the investigation publications information.
The updated object of class ISA.
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
                                          package = "isatabr")))
## Extract iPubs data.frame.
iPubs(isaObject1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.