We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98620f7 commit 46106fdCopy full SHA for 46106fd
_pkgdown.yml
@@ -32,6 +32,7 @@ articles:
32
- outliers
33
- growth_rate
34
- correlation
35
+ - na-notebook
36
37
- title: Developer
38
contents:
vignettes/na-notebook.Rmd
@@ -1,8 +1,9 @@
1
---
2
-title: "Handling Missing Data in Epi Signals"
3
-author: "Ryan Nayebi"
4
-date: "`r Sys.Date()`"
5
-output: rmarkdown::html_vignette
+title: "na-notebook"
+output:
+ pdf_document: default
+ html_document: default
6
+date: "2024-08-19"
7
8
9
```{r setup, warning=FALSE, echo=FALSE}
0 commit comments