# ezdf: Easy data.frame
# Installation
```r
install.packages('haven', 'data.table')
library(devtools)
install_github('huashan/ezdf')
```
For those having trouble with the error message:
```
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached
```
may try these:
```r
install.packages('haven', 'data.table')
options(download.file.method = "wininet")
install_git("https://github.com/huashan/ezdf")
```
You may also install an R package [pander](https://github.com/huashan/pander), an R pandoc writer. This is a fixed version with better support for CJK characters.
```r
devtools::install_github('huashan/pander')
```
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
Easy_data.frame_with_support_for_SPSS_like_labels_ezdf.zip (23个子文件)
DataXujing-ezdf-90655fe
man
getMetaValueLabels.Rd 260B
readStata.Rd 969B
valueLabels-set.Rd 636B
varLabels.Rd 388B
readSPSS.Rd 559B
tbl.Rd 550B
ftable.ez.data.frame.Rd 473B
as.ez.Rd 649B
.gitattributes 378B
Doc
ezdf_chn.pdf 125KB
Easy_Data.pdf 148KB
tests
testthat
test-ez.df.R 2KB
.Rbuildignore 28B
R
pander_utils.R 5KB
ez.R 9KB
zzz.R 768B
tables.R 5KB
ezdf.Rproj 333B
NAMESPACE 90B
.gitignore 3KB
DESCRIPTION 537B
inst
src
demo.R 1KB
Readme.md 651B
共 23 条
- 1
资源评论
好家伙VCC
- 粉丝: 1985
- 资源: 9142
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功