Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a8750cc

Browse files
Update 01_why_map.Rmd
typo
1 parent f46ccf4 commit a8750cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lecture_notes/01_why_map.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Short answer: `purrr::map()` is simpler to write. For instance,
168168

169169
**Additional tips**
170170

171-
Performance testing (profiling) is an important part of programming. `tictic()` measures the time that needs to take to run a target function for once. If you want a more robust measure of timing as well as information on memory (**speed** and **space** both matter for performance testing), consider using the [`bench` package](https://github.com/r-lib/bench) that is designed for high precising timing of R expressions.
171+
Performance testing (profiling) is an important part of programming. `tictoc()` measures the time that needs to take to run a target function for once. If you want a more robust measure of timing as well as information on memory (**speed** and **space** both matter for performance testing), consider using the [`bench` package](https://github.com/r-lib/bench) that is designed for high precising timing of R expressions.
172172

173173
```{r}
174174
map_mark <- bench::mark(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /