is.grafodb: Controlla se 'x' e' un 'GrafoDB'

View source: R/functions.r

is.grafodbR Documentation

Controlla se ‘x' e’ un 'GrafoDB'

Description

Predicato; Ritorna ‘TRUE' se 'x' e’ un istanza di 'GrafoDB', altrimenti ritorna 'FALSE'

Usage

is.grafodb(x)

Arguments

x

un qualsiasi oggetto 'R'

Value

‘TRUE' se 'x' e’ un 'GrafoDB', altrimenti 'FALSE'

Examples

## Not run: 
  g = GrafoDB()
  is.grafodb(g) # questo e' TRUE
  x = list()
  is.grafodb(x) # questo e' FALSE

## End(Not run)

giupo/GrafoDB documentation built on Oct. 12, 2022, 9:43 a.m.