Skip to content

Commit

Permalink
advice the user to click on the methods links in the documentation
Browse files Browse the repository at this point in the history
fix #323
  • Loading branch information
davidgohel committed May 27, 2021
1 parent 86af116 commit d737c44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: flextable
Type: Package
Title: Functions for Tabular Reporting
Version: 0.6.7.001
Version: 0.6.7.002
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
4 changes: 3 additions & 1 deletion R/as_flextable.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#' @title method to convert object to flextable
#' @description This is a convenient function
#' to let users create flextable bindings
#' from any objects.
#' from any objects. Users should consult documentation
#' of corresponding method to understand the details and
#' see what arguments can be used.
#' @param x object to be transformed as flextable
#' @param ... arguments for custom methods
#' @export
Expand Down
4 changes: 3 additions & 1 deletion man/as_flextable.Rd

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

0 comments on commit d737c44

Please sign in to comment.