in_out: Download PADRINO 'pdb' objects

pdb_downloadR Documentation

Download PADRINO pdb objects

Description

Download PADRINO from Github.

Usage

pdb_download(save = TRUE, destination = NULL)

pdb_save(pdb, destination = NULL)

pdb_load(path)

Arguments

save

Write the PDB object to a folder of text files?

destination

Where to write the pdb object to.

pdb

A pdb object.

path

The directory where the PADRINO tables are stored

Details

This does not currently support versioning because there is only one version. destination should be a folder name. When save = TRUE, a set of 12 text files will be saved in the destination folder. The files are tab-delimited. If you are not connected to the internet, pdb_download will load the internal pdb data object and return that instead.

Value

pdb_download and pdb_load return pdb objects. pdb_save returns a pdb object invisibly.


Rpadrino documentation built on Sept. 23, 2023, 1:06 a.m.