Skip to content

Commit

Permalink
update function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehwenk committed Jan 24, 2024
1 parent 12cbe01 commit b53d933
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(build_add_version)
export(build_combine)
export(build_setup_pipeline)
export(check_pivot_duplicates)
export(database_create_combined_table)
export(dataset_build)
export(dataset_configure)
export(dataset_find_taxon)
Expand Down
3 changes: 2 additions & 1 deletion R/output_combined_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
#'
#' @param database A traits.build database
#'
#' @return
#' @return A table combining information in 7 traits.build relational tables: traits, locations, contexts, methods, taxa, taxonomic_updates, and contributors
#' @export
#'
#' @examples
#' combined_database_table <- database_create_combined_table(database)
database_create_combined_table <- function(database) {

location_latlon <-
Expand Down
24 changes: 24 additions & 0 deletions man/database_create_combined_table.Rd

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

0 comments on commit b53d933

Please sign in to comment.