我想保存到磁盤tibble有列表列(稍後在R中使用)。理想情況下,我想喜歡feather快速二進制格式,但是,它似乎並不支持列表中的cols: test <- tibble(a= list(c(1,2), c(3,4)))
feather::write_feather(test, 'test.csv')
Error in writeFeather(x, path) : Not impleme
我正在使用tidytext(和tidyverse)分析一些文本數據(如Tidy Text Mining with R)。 我輸入的文本文件,myfile.txt,看起來是這樣的: # Section 1 Name
Lorem ipsum dolor
sit amet ... (et cetera)
# Section 2 Name
<multiple lines here again>