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
However, I ran into some difficulties along the way.
The function “harmonize_surveys” cannot be found. We used “harmonize_survey_variables” instead (Is it the right replacement?).
Then we get this error :
Error in harmonize_survey_variables(survey_list = eb_waves_selected, .f = harmonize_eb_trust) : unused argument (.f = harmonize_eb_trust)
It suggests that the created harmonization function has an issue, I suppose?
The text was updated successfully, but these errors were encountered:
@eborbath The problem is that there has been a major (unfinshed) upgrade in the functions that are not yet reflected in all documentation. The deprecation note is correct, the harmonize_survey_variables() should be used instead of harmonize_surveys”, but that function works rather differently.
The new CAP vignette is a better point of reference as it uses the new functions. I am not sure that the Eurobarometer vignette will be held at all, as the new vignette is another Eurobarometer example.
I am trying to replicate the harmonization of the trust variables for the Eurobarometer waves as presented here :
https://retroharmonize.dataobservatory.eu/articles/eurobarometer.html#harmonize-waves
However, I ran into some difficulties along the way.
The function “harmonize_surveys” cannot be found. We used “harmonize_survey_variables” instead (Is it the right replacement?).
Then we get this error :
Error in harmonize_survey_variables(survey_list = eb_waves_selected, .f = harmonize_eb_trust) : unused argument (.f = harmonize_eb_trust)
It suggests that the created harmonization function has an issue, I suppose?
The text was updated successfully, but these errors were encountered: