iNZightVIT / iNZight

iNZight GUI package using reference classes
http://inzight.nz
13 stars 7 forks source link

Data importer in `"Dataset" -> "Merge/Join datasets" -> "Append new rows"` cannot load `.rda` files #420

Open szmsu2011 opened 1 year ago

szmsu2011 commented 1 year ago

With error and warning messages:

#> Error in attr(d, "name") <- tools::file_path_sans_ext(basename(file)) :
#>   attempt to set an attribute on NULL
#> In addition: Warning message:
#> In fun(file, ext = ext, preview = preview, column_types = column_types,  :
#>   Unable to read file: <path_name>/<file_name>.rda

Importer does work for .csv files.

tmelliott commented 1 year ago

It's just using smart_read() to import data, rather than a host of other functions. Not urgent - work around can be to tell users to use Import Data and then merge existing datasets.