Skip to content

Commit

Permalink
doc: add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAragaki committed May 6, 2024
1 parent 84c47fb commit baa0d15
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 2 deletions.
6 changes: 6 additions & 0 deletions R/qp.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
#' `spectramax`
#'
#' @return a `tibble`
#'
#' @examples
#'
#' data <- system.file("extdata", "absorbances.txt", package = "qp")
#' qp(data, replicate_orientation = "h")
#'
#' @export
#' @importFrom rlang .data
qp <- function(x,
Expand Down
6 changes: 6 additions & 0 deletions R/qp_tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
#' will be minimal and mostly focused on checking for validity.
#'
#' @return a `data.frame`
#'
#' @examples
#'
#' data <- system.file("extdata", "absorbances.txt", package = "qp")
#' qp_tidy(data)
#'
#' @export
#' @importFrom rlang .data
qp_tidy <- function(x, ...) {
Expand Down
6 changes: 6 additions & 0 deletions man/qp.Rd

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

18 changes: 17 additions & 1 deletion man/qp_calc_conc.Rd

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

1 change: 0 additions & 1 deletion man/qp_fit.Rd

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

6 changes: 6 additions & 0 deletions man/qp_tidy.Rd

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

0 comments on commit baa0d15

Please sign in to comment.