如何将列表编辑到数据框中并编辑整个行和列

时间:2017-04-03 20:52:50

标签: r rvest

我正在使用html { height: 100%; width: 100%; font-family: 'Roboto Condensed', sans-serif; overflow: auto; } body { padding-top: 100px; height: auto; width: 100%; font-family: 'Roboto Condensed', sans-serif; overflow: auto; } .scrollable{ position: inherit; } .image{ position: fixed; height: 100%; width: 100%; top: 0px; left: 0px; background-image: url("Login-Image.png"); background-repeat: no-repeat; opacity: 0.7; background-size: cover; } .form-container { width: 400px; margin: auto; } .login-style{ position: sticky; z-index: 999; height: 100%; width: 100%; padding-left: 25%; padding-right: 25%; opacity: 1; } 来抓取一个网站,我生成了这个表:

rvest

使用 X1 X2 X3 X4 1 <U+76EE> <U+5B58> <U+5B58> <U+5468> 2 <U+76EE> 12<U+5468> 11<U+5468> <U+589E><U+51CF> 3 <U+533A> 41.63 51.9 -10.3 4 <U+533A> 30.3 35 -4.7

当我检查table_ <- html_nodes('table') %<% html_table(fill = TRUE)的类型时,它说它是table_但它看起来不像一个...... 我想要编辑这个'列表'看起来像这样:

'list'

或删除行 A B C D 1 North abc def ggg 2 South week 12 week 11 change 3 East 41.63 51.9 -10.3 4 West 30.3 35 -4.7 1和列2

0 个答案:

没有答案