| has_conflicts | R Documentation | 
Ritorna 'TRUE' se il grafo ha conflitti
has_conflicts(x, name = NULL, con = NULL) ## S4 method for signature 'GrafoDB' has_conflicts(x, name = NULL, con = NULL)
| x | oggetto R | 
| name | character array di nomi (puo' essere omesso) | 
| con | Connessione al DB | 
‘TRUE' se l’istanza ‘x' e’ un GrafoDB con conflitti, 'FALSE' altrimenti
## Not run: g <- GrafoDB(...) has_conflicts(g) # dovrebbe essere FALSE ... # eseguo operazioni come modificare la stessa serie has_conflicts(g) # TRUE has_conflicts(g, SERIE_CON_CONFLITTO) # TRUE has_conflicts(g, SERIE_SENZA_CONFLITTO) # FALSE ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.