#' Title
#'
#' The current form is just mimicry
#'
#' @param con XX
#'
#' @export
#'
lesa_stadla_rallstodvar <- function(con) {
tbl_mar(con, "hafvog.sti_rallstodvar") %>%
dplyr::left_join(tbl_mar(con, "hafvog.sti_leidangrar"), by = "leidangur_id") %>%
dplyr::mutate(kastad_v = -kastad_v,
hift_v = -hift_v,
index = reitur * 100 + tognumer)
}
#' Title
#'
#' bla, bla
#'
#' @param con XX
#'
#' @export
#'
lesa_stadla_tegund <- function(con) {
tbl_mar(con, "hafvog.fiskteg_tegundir") %>%
dplyr::rename(tegund = fisktegund_id)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.