list_apps: List 'teachR' Apps

Description Usage Arguments Details Value Author(s) Examples

View source: R/list_apps.R

Description

This function generates a webpage listing all the apps available through the teachR library. The list can be filtered by category (type list_categories() for a list of existing categories) and keywords (type list_keywords() for a list of existing keywords).

Usage

1
list_apps(categories = NULL, keywords = NULL)

Arguments

categories

A character string or a vector of character strings corresponding to existing app categories (case insensitive).

keywords

A character string or a vector of character strings corresponding to existing app keywords (case insensitive).

Details

If called from RStudio, the list will open in the internal RStudio viewer. If called from a terminal, it will open in your default internet browser.

Value

This function opens an html file.

Author(s)

Simon Garnier, garnier@njit.edu

Examples

1
2
3
4
## Not run: 
 list_apps(categories = c("biology", "social science"))

## End(Not run)

swarm-lab/teachR documentation built on Feb. 13, 2020, 2:40 a.m.