arts_overview: arts_overview search artworks by defining parameters All...

Description Usage Arguments Value

View source: R/arts_overview.R

Description

arts_overview search artworks by defining parameters All parameters require a quotation and case sensitive except "q" and numbers.

Usage

1
2
3
4
5
6
7
8
9
arts_overview(
  q,
  isOnView = NULL,
  medium = NULL,
  hasImages = NULL,
  geoLocation = NULL,
  dateBegin = NULL,
  dateEnd = NULL
)

Arguments

q

The main query.

isOnView

"true" or "false".

medium

eg. "Ceramics", "Furniture", "Quilts|Silk|Bedcovers"

hasImages

"true" or "false"

geoLocation

eg. "Europe", "France", "Paris", "China"

dateBegin

Positive for A.D, negative for B.C

dateEnd

Same as "dateBegin"

Value

A dataframe with 15 columns The output is a tidy dataframe including columns "objectID", "objectName", "culture", ect.


whj0911/Mets documentation built on Dec. 16, 2019, 12:49 a.m.