Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jeton en clair dans sortie #10

Open
flodebarre opened this issue Aug 4, 2021 · 0 comments
Open

Jeton en clair dans sortie #10

flodebarre opened this issue Aug 4, 2021 · 0 comments

Comments

@flodebarre
Copy link

Bonjour,

J'apprends à utiliser votre package (merci pour cette ressource !), en suivant les exemples du document PDF "Données locales", qui semble le même que dans le README ici.

Quand j'exécute cet exemple

liste_code <- data.frame(codgeo = c("200023372","74056","74143","74266","74290"),
                         nivgeo = c("EPCI","COM","COM","COM","COM")) 
croisement <- "NA5_B-ENTR_INDIVIDUELLE"
jeu_donnees <- "GEO2017REE2017" 
modalite <- "all.all"

sortie <- mapply(get_dataset,
                 jeton, jeu_donnees, croisement,
                 modalite, liste_code$nivgeo, liste_code$codgeo, USE.NAMES = TRUE)
sortie

sortie contient le jeton en clair (derrière le rectangle de masquage)
Screenshot 2021-08-04 at 14 59 30

Il n'est pas certain que ce comportement soit désiré, je vous le signale donc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant