Learn R Programming

futurize (version 0.1.0)

futurize_supported_packages: List packages and functions supporting futurization

Description

List packages and functions supporting futurization

Usage

futurize_supported_packages()

futurize_supported_functions(package)

Value

A character vector of package or function names.

Arguments

package

A package name.

Examples

Run this code
pkgs <- futurize_supported_packages()
pkgs

fcns <- futurize_supported_functions("base")
fcns

Run the code above in your browser using DataLab