gesistsa / quanteda.proximity

📐 Proximity-based Weighting Scheme for the Quantitative Analysis of Textual Data
GNU General Public License v3.0
4 stars 0 forks source link

`convert()` leaves row names #39

Closed chainsawriot closed 10 months ago

chainsawriot commented 10 months ago

248b329 and #28

Another issue of lapply vs purrr::map, lapply and do.call leave row names.

chainsawriot commented 10 months ago

https://gesistsa.github.io/quanteda.proximity/articles/retrieval.html

schochastics commented 10 months ago

It seems to be only the mapply call that leaves names. Can be fixed with USE.NAMES = FALSE. Can make a PR if you want

chainsawriot commented 10 months ago

@schochastics Please. Thank you very much!