read_ipa | R Documentation |
Read an IPA Expression Analysis export all and optionally write to an Excel file with each table in a separate tab.
read_ipa(file, excel = FALSE, mylists = FALSE)
file |
IPA output file (created using Export All on the main Summary tab) |
excel |
write to Excel file |
mylists |
include optional My Pathways and My Lists |
a list of tibbles or Excel file
Chris Stubben
## Not run:
x <- read_ipa("RPR2_vs_RPM.txt")
names(x)
read_ipa("RPR2_vs_RPM.txt", excel=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.