我正在处理body {margin: 0;}
.header {height: 50px; position: fixed; top: 0;}
.content {padding: 50px 0;}
.footer {height: 50px; position: fixed; bottom: 0;}
的大数据。我的数据位于R
,我正在使用Hive
。我正在考虑在R上使用参考表,因为即使只使用10%的样本也无法将表加载到R上。我使用rjdbc
中的tbl
函数。
dplyr
R给了我一条错误信息:
需要dbplyr包与数据库通信 后端。
我使用的是远程计算机,无法在此R版本上安装软件包。 还有其他解决问题的方法吗?