R/PropertyValue.R

Defines functions PropertyValue

PropertyValue <-function(id = NULL,
valueReference = NULL,
 value = NULL,
 unitText = NULL,
 unitCode = NULL,
 propertyID = NULL,
 minValue = NULL,
 maxValue = NULL,
 url = NULL,
 sameAs = NULL,
 potentialAction = NULL,
 name = NULL,
 mainEntityOfPage = NULL,
 image = NULL,
 identifier = NULL,
 disambiguatingDescription = NULL,
 description = NULL,
 alternateName = NULL,
 additionalType = NULL) {
Filter(Negate(is.null),
 list(
type = "PropertyValue",
id = id,
valueReference = valueReference,
value = value,
unitText = unitText,
unitCode = unitCode,
propertyID = propertyID,
minValue = minValue,
maxValue = maxValue,
url = url,
sameAs = sameAs,
potentialAction = potentialAction,
name = name,
mainEntityOfPage = mainEntityOfPage,
image = image,
identifier = identifier,
disambiguatingDescription = disambiguatingDescription,
description = description,
alternateName = alternateName,
additionalType = additionalType))}

Try the dataspice package in your browser

Any scripts or data that you put into this service are public.

dataspice documentation built on May 17, 2021, 1:09 a.m.