Skip to content

Commit

Permalink
Import read csv functions from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Nov 27, 2024
1 parent 124e50e commit 20d58b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export(dst_get_data)
export(dst_get_tables)
export(dst_meta)
export(dst_search)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
1 change: 1 addition & 0 deletions R/dst_get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' @param value_presentation For now, "value" or "default"
#' @export
#' @family Data retrival functions
#' @importFrom utils read.csv read.csv2
dst_get_data <- function(table, ..., query = NULL, parse_dst_tid = TRUE, lang = "da",
meta_data = NULL, format = "CSV", value_presentation = "Value"){

Expand Down

0 comments on commit 20d58b7

Please sign in to comment.