You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-21Lines changed: 6 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,40 +1,25 @@
1
1
# dataSheetParcr
2
2
3
-
A small R package that contains a parser for data sheets. It is currently used to parse our google sheets with the BioSB curriculum. The parser was constructed with the [`parcr`](https://CRAN.R-project.org/package=parcr) package
3
+
A small R package that contains a parser for data sheets. It is currently used to parse our google sheets with the BioSB curriculum. The parser was constructed with the [`parcr`](https://CRAN.R-project.org/package=parcr) package
4
4
5
5
## Installation
6
6
7
7
Install with
8
-
```r
8
+
9
+
```r
9
10
# install.packages("pak")
10
11
pak::pak("SystemsBioinformatics/dataSheetParcr")
11
12
```
12
13
13
14
## Usage
15
+
14
16
The package exports only one function: `parse_sheet()`, which parses one sheet and returns a list of named tables. The structure of a data sheet should be as follows
15
17
16
-
```
17
-
# Comment rows start with a hash in the left most cell
18
-
# Blank lines are ignored, also if they contain tabs
19
-
# The name of a table is printed above a table behind the > symbol
20
-
# A table starts with a column header row in the left-most cell of a line
0 commit comments