You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some R packages have a pattern for with_* functions where they will try to run some code with some setup and mandatory cleanup, similar to the Python with statement. with_base_url sounds very much like withr::with_options, etc. It'd be nice to either follow this with-statement-like pattern or find another name for this function.
The text was updated successfully, but these errors were encountered:
brookslogan
changed the title
with_base_url sounds like it might follow the withr/httr/httptest/testthat/etc. pattern but doesn'twith_base_url sounds like it might follow the withr/etc. pattern but doesn't
Apr 11, 2023
brookslogan
changed the title
with_base_url sounds like it might follow the withr/etc. pattern but doesn'twith_base_url sounds like it follows the withr/etc. pattern but doesn't
Apr 11, 2023
Some R packages have a pattern for
with_*
functions where they will try to run some code with some setup and mandatory cleanup, similar to the Pythonwith
statement.with_base_url
sounds very much likewithr::with_options
, etc. It'd be nice to either follow this with-statement-like pattern or find another name for this function.The text was updated successfully, but these errors were encountered: