getPDBResults: RCSB Search Result Scraper Function

Description Usage Arguments Details Examples

View source: R/search_functions.R

Description

This function allows you to parse (to df) the basic results of a search on RCSB, based on attribute XPaths derived by Elliot Williams in February 2018.

Usage

1
getPDBResults(path = "data/searchResults.html")

Arguments

path

The path to the HTML search file

Details

You want to save the HTML associated with a given search (with all search results displayed) to disk before running this command.

Examples

1
getPDBResults(path="data/searchResults.html")

lacoperon/MDScraperTools documentation built on May 28, 2019, 12:59 p.m.