knitr::opts_chunk$set(echo = TRUE)
library(fgeo.tool)
path <- here::here("inst/issues/iss36/VFT10.csv")

# Fails because read_vft expects tab delimited
read_vft(path)

# Fix by using the argument `delim` to specify that this is comma separated
read_vft(path, delim = ", ")


forestgeo/fgeo.tool documentation built on Sept. 11, 2022, 1:44 a.m.