collect_ids {BMRBr}R Documentation

collect_ids

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


  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

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

[Package BMRBr version 0.2.0 Index]