R Markdown
Zerve’s R Markdown block enables users to integrate and execute R code within their analytics environment, facilitating the creation and publication of dynamic, interactive reports.
Drag and Drop R Markdown Block: On the right side of the canvas workspace, you will find the Add Block panel. Locate the R Markdown block and drag it onto your canvas. This block allows you to write and run R code. Code Entry: In the R Markdown block, you can write R code within designated code chunks. These chunks are encapsulated by three backticks followed by {r} at the start and three backticks at the end.

To execute the R code, click the Run button at the top right of the block. The code output, which can include text, tables, and visualizations, will be displayed within the block. After running your code and generating the desired output, save the report by using publish report option in the bottom dropdown. This action updates the report with the latest changes and results.

Post publishing use the Reports menu in the options within organization section to share or export your report.

By following these steps, you can effectively utilize Zerve’s R Markdown block to enhance your data analysis workflow, creating comprehensive reports that integrate narrative, code, and results seamlessly.

Upon clicking the link, the report can be viewed as shown in the below gif.

Last updated