readxl 在其 inst/extdata
目录中捆绑了一些示例文件。此函数使它们易于访问。
相关用法
- R readxl read_excel 读取 xls 和 xlsx 文件
- R readxl excel_sheets 列出 Excel 电子表格中的所有工作表
- R readxl excel_format 确定文件格式
- R SparkR read.stream用法及代码示例
- R readr datasource 创建源对象。
- R readr melt_delim 返回分隔文件中每个标记的熔化数据(包括 csv 和 tsv)
- R readr read_rds 读/写 RDS 文件。
- R readr read_lines 从文件中读取/写入行
- R readr parse_number 灵活地解析数字
- R readr read_fwf 将固定宽度文件读入 tibble
- R readr read_builtin 从包中读取内置对象
- R readr Tokenizers 分词器。
- R readr melt_table 返回空格分隔文件中每个标记的熔化数据
- R readr date_names 创建或检索日期名称
- R SparkR read.jdbc用法及代码示例
- R readr type_convert 重新转换现有 DataFrame 中的字符列
- R readr locale 创建语言环境
- R readr write_delim 将数据帧写入分隔文件
- R readr parse_vector 解析字符向量。
- R readr with_edition 暂时更改活动阅读器版本
- R readr read_delim 将分隔文件(包括 CSV 和 TSV)读入 tibble
- R readr format_delim 将 DataFrame 转换为分隔字符串
- R readr edition_get 检索当前活动版本
- R readr readr_example 获取 readr 示例的路径
- R SparkR read.text用法及代码示例
注:本文由纯净天空筛选整理自Hadley Wickham等大神的英文原创作品 Get path to readxl example。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。