-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
library(lightr)
lr_get_spec(system.file("testdata", package = "lightr"), ext = "ttt", lim = c(100, 200))
#> 2 files found; importing spectra:
#> Warning in min(bounds): no non-missing arguments to min; returning Inf
#> Warning in max(bounds): no non-missing arguments to max; returning -Inf
#> Warning in min(bounds): no non-missing arguments to min; returning Inf
#> Warning in max(bounds): no non-missing arguments to max; returning -Inf
#> Warning: File import failed.
#> Check input files and function arguments.
#> NULLCreated on 2020-02-16 by the reprex package (v0.3.0)
Alternative output would be a 101x3 rspec object with c("wl", filenames) as column names and the second and third column filled with NA.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested