forestgeo / fgeo.tool

[R-package on CRAN] General purpose tools for ForestGEO Packages
https://forestgeo.github.io/fgeo.tool
Other
2 stars 6 forks source link

read_vft and read_taxa should detect delim automatically #65

Closed maurolepore closed 6 years ago

maurolepore commented 6 years ago

What they read is standard so I can automatically check the first line of input and see what delim gets the expected input. So set delim = NULL, and only use it if it is not null.

maurolepore commented 6 years ago

@ctfsdev, I've added this feature. Now read_vft() and read_taxa() detect delim automatically. Thanks for inspiring this idea.