langcog/wordbankr

Sex column missing in data

Closed this issue · 4 comments

As in the title - no such column where there previously used to be. This is both on the app and on the child by item downloads from the website.

I've tested with French (French), Italian, and Japanese.

library(wordbankr)
french_data <- wordbankr::get_instrument_data(language = 'French (French)', form = 'WG', administration_info = T, item_info = T)

The column is also missing when downloading child-by-item from the website, when it wasn't previously. I can see the data does exist because when I plot split by gender and then download raw I can get Sex information from that.

Ah sorry I didn't see the function change! Yes confirm that solves the issue for the use cases we have over here. Thanks for the quick response (and sorry to miss IASCL).