Skip to content

Commit 20d58b7

Browse files
Import read csv functions from utils
1 parent 124e50e commit 20d58b7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export(dst_get_data)
55
export(dst_get_tables)
66
export(dst_meta)
77
export(dst_search)
8+
importFrom(utils,read.csv)
9+
importFrom(utils,read.csv2)

R/dst_get_data.R

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#' @param value_presentation For now, "value" or "default"
1616
#' @export
1717
#' @family Data retrival functions
18+
#' @importFrom utils read.csv read.csv2
1819
dst_get_data <- function(table, ..., query = NULL, parse_dst_tid = TRUE, lang = "da",
1920
meta_data = NULL, format = "CSV", value_presentation = "Value"){
2021

0 commit comments

Comments
 (0)