Skip to content

Commit

Permalink
pakkehenvisnign på count
Browse files Browse the repository at this point in the history
  • Loading branch information
manjan5 committed Sep 15, 2023
1 parent 07539c2 commit de058b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inst/LokalIndikatorMaaned.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ if (dim(dat)[1] < 1) {
nrsdata12 <- dat %>%
count(AngiNRS12) %>%
dplyr::count(AngiNRS12) %>%
dplyr::mutate(prosent = round(100*(n/sum(n))))
#Gi navn
nrsdata12 = nrsdata12 %>%
Expand Down Expand Up @@ -873,7 +873,7 @@ if (dim(dat)[1] < 1) {
} else {
nrsdata21 <- dat %>%
count(AngiNRS21) %>%
dplyr::count(AngiNRS21) %>%
dplyr::mutate(prosent = round(100*(n/sum(n))))
#Gi navn
nrsdata21 = nrsdata21 %>%
Expand Down
4 changes: 2 additions & 2 deletions inst/NasjonalIndikatorMaaned.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ if (dim(dat)[1] < 1) {
nrsdata12 <- dat %>%
count(AngiNRS12) %>%
dplyr::count(AngiNRS12) %>%
dplyr::mutate(prosent = round(100*(n/sum(n))))
#Gi navn
nrsdata12 = nrsdata12 %>%
Expand Down Expand Up @@ -1153,7 +1153,7 @@ if (dim(dat)[1] < 1) {
} else {
nrsdata21 <- dat %>%
count(AngiNRS21) %>%
dplyr::count(AngiNRS21) %>%
dplyr::mutate(prosent = round(100*(n/sum(n))))
#Gi navn
nrsdata21 = nrsdata21 %>%
Expand Down

0 comments on commit de058b1

Please sign in to comment.