Skip to content

SystemsBioinformatics/dataSheetParcr

Repository files navigation

R-CMD-check

dataSheetParcr

A small R package that contains a parser for data sheets. It is currently used to parse our google sheets for the BioSB curriculum. The parser was constructed with the parcr package

Installation

Install with

# install.packages("pak")
pak::pak("SystemsBioinformatics/dataSheetParcr")

Usage

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

excel sheet

This sheet will be parsed by parse_sheet() and returns a list object with two named tibble objects:

$name_of_table
# A tibble: 2 × 3
  var1  var2  var3 
  <chr> <chr> <chr>
1 1     2     3    
2 4     5     6    

$other_table
# A tibble: 2 × 3
  var5  var6  var7 
  <chr> <chr> <chr>
1 1     2     3    
2 4     5     6    

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages