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
See jonthegeek/nectar#33
Even if that doesn't work out, split up the pieces of both the overall call() function (if that survives) and the individual operation (path) functions. That way users can add things from httr2 as desired (throttling, parallel perform, etc) while still being able to take advantage of the recognizable process. Note that most likely the second and third steps for each function will be perform.thisOperation() and tidy.thisOperation() and then it's always prep-function-that-outputs-classes-req |> perform() |> tidy().
The text was updated successfully, but these errors were encountered:
jonthegeek
changed the title
Split prepare(), perform(), process()
Split prepare(), perform(), tidy()
Dec 21, 2024
See jonthegeek/nectar#33
Even if that doesn't work out, split up the pieces of both the overall
call()
function (if that survives) and the individual operation (path) functions. That way users can add things from httr2 as desired (throttling, parallel perform, etc) while still being able to take advantage of the recognizable process. Note that most likely the second and third steps for each function will beperform.thisOperation()
andtidy.thisOperation()
and then it's always prep-function-that-outputs-classes-req |> perform() |> tidy().The text was updated successfully, but these errors were encountered: