Description Usage Arguments Value Examples
Antal na pr. kolonner Funktionen tager en tabel og tæller NA'er i hver kolonne
1 | kolonner_med_na(tabel)
|
tabel |
bare en tabel |
en navngivet numerisk vector
1 2 | x <- data.frame("tal"=c(1,2,3), "bogstaver"= c(NA, "b", "c"))
kolonner_med_na(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.