Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit b6933f6

Browse files
committed
增加数据标签
1 parent 65fe80f commit b6933f6

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata

hiplot-plugin-generator.Rproj

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: knitr
13+
LaTeX: XeLaTeX
14+
15+
AutoAppendNewline: Yes
16+
StripTrailingWhitespace: Yes

test_parser.R

+7
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
# 使用它们时,主函数需要支持一个结果文件/目录路径设定,使用 hiplot_file/hiplot_outdir
5858
# en: Result descript in English.
5959
# zh: 结果的中文描述
60+
# @data
61+
# # 此处可以编写生成示例数据的代码
62+
# # 示例数据文件需要跟数据表格参数对应起来
63+
# # 或者忽略该标签,手动提交示例数据
64+
# library(readr)
65+
# data("mtcars")
66+
# write_tsv(mtcars, "data.txt")
6067
# @hiplot end
6168

6269
library(ggplot2)

0 commit comments

Comments
 (0)