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

tidyr::separate en complément de data.table::tstrsplit ? #351

Open
GaelleGenin opened this issue Jun 4, 2021 · 3 comments
Open

tidyr::separate en complément de data.table::tstrsplit ? #351

GaelleGenin opened this issue Jun 4, 2021 · 3 comments

Comments

@GaelleGenin
Copy link
Contributor

La fonction `tstrsplit` du _package_ `data.table` permet de découper efficacement des chaînes de caractères et de transformer les sous-chaînes en variables dans un objet `data.table` (voir `?data.table::tstrsplit` pour les détails). Voici un exemple, dans lequel on découpe une chaîne de caractères pour récupérer une latitude et une longitude :

bjr,
je sais que vous préférez data.table, mais je signale au passage que tidyr::separate fait la même chose que data.table::tstrsplit mais plus explicitement.

@linogaliana
Copy link
Contributor

L'exemple avec tidyr::separate peut tout à fait légitimement se trouver avec data.table::tstrsplit. Tu peux nous faire la suggestion en pull request ?

@linogaliana linogaliana changed the title couper une colonne en 2 tidyr::separate en complément de data.table::tstrsplit ? Jun 4, 2021
@oliviermeslin
Copy link
Contributor

Merci @GaelleGenin. Aucun problème pour ajouter ça, évidemment. Tu peux faire une PR si tu veux. La fiche tidyverse ne mentionne pas déjà tidyr::separate, je crois.

@oliviermeslin
Copy link
Contributor

@GaelleGenin: j'ai fait une proposition dans la branche issue-351. Dis-moi si cela te convient.

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

No branches or pull requests

3 participants