Skip to content

Commit

Permalink
Merge pull request #1648 from rstudio/add-as-gtable
Browse files Browse the repository at this point in the history
Add the `as_gtable()` function
  • Loading branch information
rich-iannone committed May 2, 2024
2 parents 6148a35 + 3a0a16a commit 423c958
Show file tree
Hide file tree
Showing 16 changed files with 436 additions and 296 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ Collate:
'opts.R'
'print.R'
'reexports.R'
'render_as_gtable.R'
'render_as_html.R'
'render_as_i_html.R'
'resolver.R'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ S3method(to_output_location,default)
S3method(to_output_location,output_relative)
export("%>%")
export(adjust_luminance)
export(as_gtable)
export(as_latex)
export(as_raw_html)
export(as_rtf)
Expand Down
Loading

0 comments on commit 423c958

Please sign in to comment.