Learn R Programming

rPDBapi (version 3.0.0)

search_rcsb_fields: Search Known RCSB Fields by Pattern

Description

Searches the built-in field registry by field or subfield name.

Usage

search_rcsb_fields(pattern, data_type = NULL, ignore_case = TRUE)

Value

A filtered data frame from list_rcsb_fields.

Arguments

pattern

Pattern to search for.

data_type

Optional data type filter.

ignore_case

Logical, passed to grepl().