-
Notifications
You must be signed in to change notification settings - Fork 52
1047 intermediate guide #1048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1047 intermediate guide #1048
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
87fb85e
Add section splash page and split requirements vignette
gmbecker 29deaea
Fix afun reqs regression
gmbecker b837abd
NEWS and pkgdown, plus tiny tweak to section intro
gmbecker 8381274
fix lints that styler missed...somehow
gmbecker f34b871
[skip style] [skip vbump] Restyle files
github-actions[bot] 91bd834
Trigger Build
shajoezhu d05c720
Merge branch 'main' into 1047_intermediate_guide
shajoezhu 733ad2b
Apply suggestion from @shajoezhu
shajoezhu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,6 +91,8 @@ responder | |
| reusability | ||
| roadmap | ||
| sas | ||
| sep | ||
| SKELETOMUSCULAR | ||
| sortable | ||
| spl | ||
| subsplits | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| title: "A Guided Tour of rtables - Intermediate" | ||
| subtitle: Contributed by Johnson & Johnson Innovative Medicine | ||
| date: "2025-06-17" | ||
| author: | ||
| - Gabriel Becker | ||
| - Dan Hofstaedter | ||
| output: | ||
| rmarkdown::html_document: | ||
| theme: "spacelab" | ||
| highlight: "kate" | ||
| toc: true | ||
| toc_float: true | ||
| vignette: > | ||
| %\VignetteIndexEntry{A Guided Tour of rtables - Intermediate} | ||
| %\VignetteEngine{knitr::rmarkdown} | ||
| %\VignetteEncoding{UTF-8} | ||
| editor_options: | ||
| markdown: | ||
| wrap: 72 | ||
| chunk_output_type: console | ||
| --- | ||
|
|
||
| # Scope and Audience | ||
|
|
||
| Now that we have an understanding of how the `rtables` framework | ||
| behaves mechanically from a user perspective, our next step is to | ||
| build up intuition for how to leverage `rtables`' flexibility to | ||
| create table outputs that go beyond simple straightforward structures. | ||
|
|
||
| This portion of the guide is intended for users with a reasonable | ||
| grasp of what the individual layouting instructions do by default who | ||
| want to learn how to combine and customize their behavior to achieve | ||
| complex structured tables when a library of suitable analysis, group | ||
| summary, and split functions is already available. It is a good fit | ||
| for users looking to leverage, e.g., `tern` or `junco` to create tables | ||
| without writing custom functions themselves. | ||
|
|
||
| Taking full control of tabulation behavior by creating our own | ||
| functions, and understanding the layouting engine's default behavior | ||
| will be covered in the upcoming advanced and introductory portions of | ||
| this guide, respectively. In the meantime we refer readers looking for | ||
| such content to the wide array of existing vignettes and documentation | ||
| available beyond this guided tour. | ||
|
|
||
|
|
||
|
|
||
| # Chapters | ||
|
|
||
| - [Translating Shells To | ||
| Layouts](./guided_intermediate_translating_shells.html) - | ||
| Identifying key structural features in a table shell and mapping | ||
| them to rtables concepts | ||
| - [Identifying Required Analysis | ||
| Behavior](./guided_intermediate_afun_reqs.html) - Reasoning about | ||
| analysis behaviors and choosing an `afun` | ||
| - [Identifying Required Faceting | ||
| Behavior](./guided_intermediate_split_reqs.html) - Reasoning about | ||
| faceting and choosing a split function |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.