Skip to content

Commit

Permalink
fix: Correct the duplicate R function name (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Cheng <[email protected]>
  • Loading branch information
devpowerplatform and jcheng5 authored Jul 17, 2024
1 parent dad8e07 commit 3e65247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/comp-r-shiny.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ For the most part you can follow this naming pattern to find the function you're

| R Function | Python Equivalent |
|-----------------------------------|-------------------------------------|
| `observeEvent` | `@reactive.effect` |
| `observe` | `@reactive.effect` |
| `reactive` | `@reactive.calc` |
| `bindEvent` | `@ractive.event` |
| `bindEvent` | `@reactive.event` |
| `reactiveEvent` | `@reactive.calc` with `@reactive.event` |
| `observeEvent` | `@reactive.effect` with `@reactive.event` |
| `htmlTemplate` | `page_template` |
Expand Down

0 comments on commit 3e65247

Please sign in to comment.