Advanced Functionalities
BioStat Prime includes an integrated R console that allows users familiar with the R programming language to write, edit, and execute R code directly within the application. This feature provides advanced users with the flexibility to perform custom analyses, automate workflows, or extend the platform’s core functionality through R scripting.
How to Enable/ Disable R console
- Steps
Go to BioStat Prime folder in your directory -> Open config.json file(or config file of json type) with notepad -> Change the value true to false as shown in the picture below.

Exit the BioStat Prime app if it is running before making the change to the configuration flag. Once user saves the configuration -> restart the app -> see the R Editor panel. Do the same steps to reverse the configuration to hide the R Editor.

The options at top right corner of the R console are (from right to left).
Toggle R Editor: Used to minimize or maximize the R console.

Clear Console: Clears the entire code in R console.

Export R Script: Used to save R script exporting it to the PC/Laptop.

Execute Button: Executes the R script.
