Running Shiny Rmarkdown in JMP
Hi, I like to run the attached RMarkdown Shiny document inside JMP. There is a post how to do this for R part but I like to be able to run the Rmd inside JMP. I have attached the Rmd example below. Thanks for your help.---
title: "Shinny"
author: "ABC"
date: "7/12/2018"
output: html_document
runtime: shiny
---```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```This R Markdown document is mad...
uwe_hiss