Skip to content

Commit

Permalink
Refererer funksjon til pakke
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Sep 4, 2024
1 parent bc457fa commit 7872ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/NorgastHentSkjemaOversikt.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NorgastHentSkjemaOversikt <- function() {
SkjemaOversikt <- rapbase::loadRegData(registryName, query, dbType)
query <- "SELECT * FROM user"
brukerinfo <- rapbase::loadRegData(registryName, query, dbType) %>%
mutate(fullname = paste0(FIRSTNAME, " ", LASTNAME))
dplyr::mutate(fullname = paste0(FIRSTNAME, " ", LASTNAME))

SkjemaOversikt$OpprettetAv <-
brukerinfo$fullname[match(SkjemaOversikt$OpprettetAv, brukerinfo$ID)]
Expand Down

0 comments on commit 7872ebe

Please sign in to comment.