Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion man.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Example:
```

**Square brackets for an auto-linked function**: Enclose text like `somefunction()` and `somepackage::somefunction()` in square brackets to get an automatic link to that function's documentation.
Be sure to include the trailing parentheses, because it's good style and and it causes the function to be formatted as code, i.e. you don't need to add backticks.
Be sure to include the trailing parentheses, because it's good style and it causes the function to be formatted as code, i.e. you don't need to add backticks.
Example:

```{r}
Expand Down