Skip to content

Commit

Permalink
Line Breaks for extract and updated gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Nov 11, 2024
1 parent 5870716 commit 243ac01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- master
- develop
- generalise-extract-off-develop
- generalise_extract_off_develop
pull_request:
branches:
- master
Expand Down
4 changes: 2 additions & 2 deletions R/extract_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#'
#' @examples
#' \dontrun{
#' extract_data(database = traits.build_database, table = "traits",
#' col = "trait_name", col_value = "leaf_area")
#' extract_data(traits.build_database, "traits",
#' "trait_name", "leaf_area")
#' }
extract_data <- function(database, table, col, col_value) {

Expand Down
3 changes: 2 additions & 1 deletion man/extract_data.Rd

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

0 comments on commit 243ac01

Please sign in to comment.