collect_ids: collect_ids

Description Usage Arguments Value Examples

Description

Function will parse all the files of BMRB nmr-star 3.1 repo and return all the available files that are available for downloading.

Usage

1
2
  collect_ids(base_url = "http://www.bmrb.wisc.edu/ftp/pub/bmrb/entry_lists/nmr-star3.1/",
  to_list = FALSE)

Arguments

base_url

(optional) The BMRB entry list page for nmr-star3.1, http://www.bmrb.wisc.edu/ftp/pub/bmrb/entry_lists/nmr-star3.1/.

to_list

(optional) whether to output as a list of ids.

Value

BMRB_files. This could be a list of ids if output, if 'to_list' is set to be True, otherwise, it will return a html table.

Examples

1
# collect_ids(to_list=TRUE) # It will take more than 5 sec

BMRBr documentation built on May 2, 2019, 5:13 a.m.