Skip to content

Commit

Permalink
Add usecase, statement of need and longer description
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Nov 17, 2024
1 parent 24eab13 commit e916a36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion R/dst_get_all_data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#' This function returns the entire table requested data from the StatBank.
#' (http://www.statistikbanken.dk/statbank5a/ or http://www.dst.dk)
#'
#' Get all data from a table in the StatBank.
#' @description Get all data from a table in the StatBank. This function
#' provides all the query parameters on the user's behalf. You, as a user, do
#' not need to specify anything other than a table name and you will be given
#' the entire contents of the table in a nice long format. This is useful for
#' you, if you would like to filter the table with e.g. `{dplyr}` functions or
#' save the entire table for archival.
#'
#' @export
#' @inheritParams dst_get_data
Expand Down
7 changes: 6 additions & 1 deletion man/dst_get_all_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e916a36

Please sign in to comment.