mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-26 03:54:12 +01:00
Implement Black‑Scholes Shiny app: complete server & UI (call/put pricing, plotly plots, add volatility/rates/dividend inputs, run app) and add kable/paged_table examples to tp3.Rmd
This commit is contained in:
@@ -28,3 +28,16 @@ plot(pressure)
|
||||
```
|
||||
|
||||
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
|
||||
|
||||
|
||||
```{r}
|
||||
library(kableExtra)
|
||||
mtcars[1:5, 1:5] %>%
|
||||
kbl() %>%
|
||||
kable_styling()
|
||||
```
|
||||
|
||||
```{r}
|
||||
library(rmarkdown)
|
||||
paged_table(mtcars, options = list(rows.print = 15))
|
||||
```
|
||||
Reference in New Issue
Block a user