read_tome_stats: Read stats table from a tome file

Description Usage Arguments

View source: R/read_tome.R

Description

Read stats table from a tome file

Usage

1
2
read_tome_stats(tome, stats_name = NULL, columns = NULL,
  get_all = FALSE)

Arguments

tome

the location of the tome file to read.

stats_name

the name of the stats table to read

columns

selected columns to read. If NULL, reads all columns. Default = NULL.

get_all

logical, whether or not to append all other columns after the specified columns. Default = FALSE.


AllenInstitute/scrattch.io documentation built on Nov. 17, 2021, 10:06 a.m.