首页 开发技术 其它     /    urltools:R中优雅的URL处理-源码

urltools:R中优雅的URL处理-源码

上传者: weixin_42106765 | 上传时间:2024/10/4 10:38:37 | 文件大小:450KB | 文件类型:ZIP
urltools:R中优雅的URL处理-源码
网址工具一个用于优雅地处理和解析R中的URL的软件包。
作者:奥利弗·凯斯(OliverKeyes),杰伊·雅各布(JayJacobs)执照:状态:稳定描述R中的URL通常仅被视为数据检索的一部分-它们用于建立连接和读取数据。
但是,通过Web分析和研究,URL可以作为数据,并且R的默认处理程序并非最适合处理大型数据集上的矢量化操作。
urltools旨在解决此问题。
它包含R的URLdecode和URLencode函数的直接替换,以及URL解析器和参数值提取器等新功能。
在所有情况下,这些功能都被设计为内容安全的(不会破坏意外值)并完全矢量化,从而大大提高了现有实现的速度-这

文件下载

资源详情

[{"title":"(72个子文件450KB)urltools:R中优雅的URL处理-源码","children":[{"title":"urltools-master","children":[{"title":".gitignore <span style='color:#111;'>42B</span>","children":null,"spread":false},{"title":"NAMESPACE <span style='color:#111;'>732B</span>","children":null,"spread":false},{"title":"vignettes","children":[{"title":"urltools.Rmd <span style='color:#111;'>7.70KB</span>","children":null,"spread":false}],"spread":true},{"title":"R","children":[{"title":"RcppExports.R <span style='color:#111;'>11.82KB</span>","children":null,"spread":false},{"title":"urltools.R <span style='color:#111;'>576B</span>","children":null,"spread":false},{"title":"accessors.R <span style='color:#111;'>6.56KB</span>","children":null,"spread":false},{"title":"zzz.R <span style='color:#111;'>935B</span>","children":null,"spread":false},{"title":"suffix.R <span style='color:#111;'>10.20KB</span>","children":null,"spread":false}],"spread":true},{"title":"data","children":[{"title":"tld_dataset.rda <span style='color:#111;'>5.96KB</span>","children":null,"spread":false},{"title":"suffix_dataset.rda <span style='color:#111;'>67.11KB</span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":".gitignore <span style='color:#111;'>15B</span>","children":null,"spread":false},{"title":"suffix.cpp <span style='color:#111;'>4.42KB</span>","children":null,"spread":false},{"title":"RcppExports.cpp <span style='color:#111;'>11.40KB</span>","children":null,"spread":false},{"title":"utf8.h <span style='color:#111;'>399B</span>","children":null,"spread":false},{"title":"parsing.cpp <span style='color:#111;'>14.47KB</span>","children":null,"spread":false},{"title":"punycode.c <span style='color:#111;'>9.00KB</span>","children":null,"spread":false},{"title":"compose.cpp <span style='color:#111;'>2.37KB</span>","children":null,"spread":false},{"title":"parsing.h <span style='color:#111;'>3.84KB</span>","children":null,"spread":false},{"title":"punycode.h <span style='color:#111;'>4.85KB</span>","children":null,"spread":false},{"title":"encoding.h <span style='color:#111;'>1.74KB</span>","children":null,"spread":false},{"title":"compose.h <span style='color:#111;'>1.29KB</span>","children":null,"spread":false},{"title":"encoding.cpp <span style='color:#111;'>6.60KB</span>","children":null,"spread":false},{"title":"puny.cpp <span style='color:#111;'>5.79KB</span>","children":null,"spread":false},{"title":"parameter.h <span style='color:#111;'>2.83KB</span>","children":null,"spread":false},{"title":"utf8.c <span style='color:#111;'>4.81KB</span>","children":null,"spread":false},{"title":"credentials.cpp <span style='color:#111;'>2.85KB</span>","children":null,"spread":false},{"title":"parameter.cpp <span style='color:#111;'>12.75KB</span>","children":null,"spread":false}],"spread":false},{"title":".Rbuildignore <span style='color:#111;'>81B</span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'>251B</span>","children":null,"spread":false},{"title":"CODE_OF_CONDUCT.md <span style='color:#111;'>3.14KB</span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'>41B</span>","children":null,"spread":false},{"title":"man","children":[{"title":"url_compose.Rd <span style='color:#111;'>907B</span>","children":null,"spread":false},{"title":"host_extract.Rd <span style='color:#111;'>965B</span>","children":null,"spread":false},{"title":"suffix_dataset.Rd <span style='color:#111;'>925B</span>","children":null,"spread":false},{"title":"encoder.Rd <span style='color:#111;'>2.62KB</span>","children":null,"spread":false},{"title":"url_parse.Rd <span style='color:#111;'>1.48KB</span>","children":null,"spread":false},{"title":"tld_refresh.Rd <span style='color:#111;'>1024B</span>","children":null,"spread":false},{"title":"fragment.Rd <span style='color:#111;'>945B</span>","children":null,"spread":false},{"title":"puny.Rd <span style='color:#111;'>1.06KB</span>","children":null,"spread":false},{"title":"param_set.Rd <span style='color:#111;'>1.52KB</span>","children":null,"spread":false},{"title":"domain.Rd <span style='color:#111;'>814B</span>","children":null,"spread":false},{"title":"port.Rd <span style='color:#111;'>872B</span>","children":null,"spread":false},{"title":"param_get.Rd <span style='color:#111;'>1.20KB</span>","children":null,"spread":false},{"title":"suffix_refresh.Rd <span style='color:#111;'>1.05KB</span>","children":null,"spread":false},{"title":"urltools.Rd <span style='color:#111;'>571B</span>","children":null,"spread":false},{"title":"suffix_extract.Rd <span style='color:#111;'>1.82KB</span>","children":null,"spread":false},{"title":"creds.Rd <span style='color:#111;'>728B</span>","children":null,"spread":false},{"title":"scheme.Rd <span style='color:#111;'>858B</span>","children":null,"spread":false},{"title":"path.Rd <span style='color:#111;'>882B</span>","children":null,"spread":false},{"title":"tld_dataset.Rd <span style='color:#111;'>624B</span>","children":null,"spread":false},{"title":"param_remove.Rd <span style='color:#111;'>1.16KB</span>","children":null,"spread":false},{"title":"parameters.Rd <span style='color:#111;'>973B</span>","children":null,"spread":false},{"title":"tld_extract.Rd <span style='color:#111;'>1.24KB</span>","children":null,"spread":false}],"spread":false},{"title":"urltools.Rproj <span style='color:#111;'>424B</span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'>1.65KB</span>","children":null,"spread":false},{"title":"tests","children":[{"title":"testthat.R <span style='color:#111;'>60B</span>","children":null,"spread":false},{"title":"testthat","children":[{"title":"test_encoding.R <span style='color:#111;'>1.12KB</span>","children":null,"spread":false},{"title":"test_parsing.R <span style='color:#111;'>3.25KB</span>","children":null,"spread":false},{"title":"test_puny.R <span style='color:#111;'>1.89KB</span>","children":null,"spread":false},{"title":"test_get_set.R <span style='color:#111;'>4.22KB</span>","children":null,"spread":false},{"title":"test_credentials.R <span style='color:#111;'>1.55KB</span>","children":null,"spread":false},{"title":"test_suffixes.R <span style='color:#111;'>4.48KB</span>","children":null,"spread":false},{"title":"test_memory.R <span style='color:#111;'>831B</span>","children":null,"spread":false},{"title":"test_parameters.R <span style='color:#111;'>4.28KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"presentations","children":[{"title":"user2015","children":[{"title":"presentation <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"presentation.Rmd <span style='color:#111;'>2.35KB</span>","children":null,"spread":false},{"title":"python_benchmarks.py <span style='color:#111;'>392B</span>","children":null,"spread":false},{"title":"presentation.pdf <span style='color:#111;'>263.93KB</span>","children":null,"spread":false},{"title":"timings.png <span style='color:#111;'>103.68KB</span>","children":null,"spread":false},{"title":"R_benchmarks.R <span style='color:#111;'>1.19KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"DESCRIPTION <span style='color:#111;'>1.12KB</span>","children":null,"spread":false},{"title":"NEWS <span style='color:#111;'>8.99KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明