[R] Read fst files
    Jeff Reichman 
    re|chm@nj @end|ng |rom @bcg|ob@|@net
       
    Wed Jun  9 01:42:58 CEST 2021
    
    
  
R-Help Forum
 
Anyone know why the following line of code would error out:  myObject <-
read_fst(unz("Dataset.zip", filename = "filename.fst"))
 
Error: Incomplete expression: filename <- read_fst(unz("Dataset.zip",
filename = "filename.fst") 
 
I often use similar code with *.csv files in a zipped folder. For example:
myObject <- read.csv(unz("Dataset.zip", filename = "filename.csv")), which
works just fine.
 
Jeff Reichman
 
	[[alternative HTML version deleted]]
    
    
More information about the R-help
mailing list