write_data_metadata: Write metadata about data to a csv

View source: R/Utils.R

write_data_metadataR Documentation

Write metadata about data to a csv

Description

Write metadata about data to a csv

Usage

write_data_metadata(
  metadata_path,
  dataset_name,
  data_path,
  data = NULL,
  include_counts = FALSE
)

Arguments

metadata_path

The metadata csv file

dataset_name

Name of the dataset

data_path

Path to the dataset

data

the data

include_counts

Include count of subjects, samples and features? if TRUE, data must not be NULL.


RGLab/ImmuneSignatures2 documentation built on Dec. 9, 2022, 10:51 a.m.