Skip to content

Commit

Permalink
Make correction to fcn name in example .Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Sep 16, 2019
1 parent 1e5eb97 commit 768af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/examples/connect-example-text-only.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We can create a text-only email using **RStudio Connect**. Only one function is
None of the content from this R Markdown file will be included in the email message body, but, if we wanted to, we could elect to attach the output file using `attach_output = TRUE`.

```{r connect_email, echo=FALSE}
connect_email(
attach_connect_email(
subject = "RStudio Connect Text Email",
attachments = "austin_home_sales.csv",
text = "
Expand Down

0 comments on commit 768af24

Please sign in to comment.