Learn R Programming

mice (version 2.7)

version: Echoes the package version number

Description

Echoes the package version number

Usage

version(pkg="mice")

Arguments

pkg
A character vector with the package name.

Value

  • A character vector containing the package name, version number and installed directory.

Examples

Run this code
version()
version("base")

Run the code above in your browser using DataLab