Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-hull committed May 13, 2024
1 parent d76c1c5 commit a0f153e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export(get_dataset)
export(get_resource)
export(get_resource_sql)
export(show_datasets)
export(show_resources)
importFrom(magrittr,"%>%")
3 changes: 3 additions & 0 deletions R/show_resources.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#' Show all available resources for a dataset
#'
#' show_resources() returns all of the resources associated
#' with a dataset
#'
#' @param dataset_name
#'
#' @return a [tibble][tibble::tibble-package] with the data
Expand Down

0 comments on commit a0f153e

Please sign in to comment.