tests/testthat/_snaps/to_md.md

to_md_vec() returns a vector of the same length as the nodelist

Code
  show_user(to_md_vec(blocks[5:6]), force = TRUE)
Output
  ```r
  get_papers <- ratelimitr::limit_rate(.get_papers,
                                       rate = ratelimitr::rate(1, 2))

  all_papers <- purrr::map_df(species, get_papers)

  nrow(all_papers)
  ```
  ```
  ## [1] 522
  ```


Try the tinkr package in your browser

Any scripts or data that you put into this service are public.

tinkr documentation built on June 8, 2025, 10:30 a.m.