Skip to content

Commit

Permalink
Remove internal links from Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorzek committed Nov 22, 2024
1 parent e63efe4 commit 21b9133
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 121 deletions.
12 changes: 6 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ To this end, `tablespan` builds on the awesome packages [`openxlsx`](https://ycp

Tables created with `tablespan` can be exported to:

1. [Excel](#excel) (using [`openxlsx`](https://ycphs.github.io/openxlsx/))
2. [HTML](#html) (using [`gt`](https://gt.rstudio.com/))
3. [LaTeX](#html) (using [`gt`](https://gt.rstudio.com/))
4. [RTF](#html) (using [`gt`](https://gt.rstudio.com/))
1. **Excel** (using [`openxlsx`](https://ycphs.github.io/openxlsx/))
2. **HTML** (using [`gt`](https://gt.rstudio.com/))
3. **LaTeX** (using [`gt`](https://gt.rstudio.com/))
4. **RTF** (using [`gt`](https://gt.rstudio.com/))

## Installation

Expand Down Expand Up @@ -150,7 +150,7 @@ tbl <- tablespan(data = summarized_table,
tbl
```

## Exporting to Excel {#excel}
## Exporting to Excel

Tables created with `tablespan` can now be translated to xlsx tables with [`openxlsx`](https://ycphs.github.io/openxlsx/) using the `to_excel` function:

Expand Down Expand Up @@ -229,7 +229,7 @@ wb <- to_excel(tbl = tbl, styles = tbl_styles(data_styles = double_style))

![](man/figures/tablespan_example_cars_styled_data.png)

## Exporting to HTML, LaTeX, and RTF {#html}
## Exporting to HTML, LaTeX, and RTF

Tables created with `tablespan` can also be exported to `gt` which allows saving as HTML, LaTeX, or RTF file. To this end, we simply have to call `to_gt` on our table:

Expand Down
Loading

0 comments on commit 21b9133

Please sign in to comment.