remove_table {multiMiR}R Documentation

Remove tables x from a vector of table names.

Description

Typically used when a set of arguments don't apply to a table or would return an error/empty response

Usage

remove_table(tables, x)

Arguments

tables

A character vector.

x

A second character vector to remove from the first (tables).

Value

Character vector tables excluding the strings matching those in x.


[Package multiMiR version 1.2.0 Index]