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
The show_rounds_country() function takes a numeric vector of ESS rounds (as integers) and returns participating countries. It's not obvious from the documentation, however, whether the countries that are returned are those that participated in any of those rounds or the set of countries that participated in all of those rounds. Some clarity might be useful or, alternative, two functions (or a new argument to this function) to disambiguate might be appropriate.
The text was updated successfully, but these errors were encountered:
See cimentadaj/ESS@76007c5 where I improved documentation as to make it clear with some examples. Adding a OR type of function could be handy, and something that I will add for next releases yet I don't think it's urgent. Users can find a work around around along theses lines purrr::map(ess::show_rounds(), ess::show_rounds_country).
The
show_rounds_country()
function takes a numeric vector of ESS rounds (as integers) and returns participating countries. It's not obvious from the documentation, however, whether the countries that are returned are those that participated in any of those rounds or the set of countries that participated in all of those rounds. Some clarity might be useful or, alternative, two functions (or a new argument to this function) to disambiguate might be appropriate.The text was updated successfully, but these errors were encountered: