Skip to content

Commit

Permalink
Fix typo in README (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters authored Apr 19, 2023
1 parent 067f43b commit bd97d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ these functions.
`cairo_pdf`, `cairo_ps`, `pdf`, `postscript`, `svg`, `tiff`, `xfig`, `png`,
`jpeg`.
- `with_connection()` / `local_connection()` - R file connections
- `with_db_connection()` / `local_db_connection()` - DB conections
- `with_db_connection()` / `local_db_connection()` - DB connections
- `with_package()` / `local_package()`, `with_namespace()` / `local_namespace()` and `with_environment()` / `local_environment()` - to run code
with modified object search paths.
- `with_tempfile()` / `local_tempfile()` - create and clean up a temp file.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ functions.
`bmp`, `cairo_pdf`, `cairo_ps`, `pdf`, `postscript`, `svg`, `tiff`,
`xfig`, `png`, `jpeg`.
- `with_connection()` / `local_connection()` - R file connections
- `with_db_connection()` / `local_db_connection()` - DB conections
- `with_db_connection()` / `local_db_connection()` - DB connections
- `with_package()` / `local_package()`, `with_namespace()` /
`local_namespace()` and `with_environment()` /
`local_environment()` - to run code with modified object search
Expand Down

0 comments on commit bd97d3a

Please sign in to comment.