whatamesh

Tools to Work with ASCII MeSH Files

Description

Tools to Work with ASCII MeSH Files

Ref:

What's Inside The Tin

The following functions are implemented:

Installation

devtools::install_github("hrbrmstr/whatamesh")
options(width=120)

Usage

library(whatamesh)

# current verison
packageVersion("whatamesh")

List Remote MeSH Files

list_mesh_files()

Read & Parse a MeSH File

If the string passed in matches a local filename it will be read in locally, otherwise it will be downloaded. NOTE: large files take a while.

Nested:

read_mesh_file("q2018.bin")

Wide:

read_mesh_file("q2018.bin", wide = TRUE)


hrbrmstr/whatamesh documentation built on May 22, 2019, 2:18 p.m.