timeline et grenouille
This commit is contained in:
parent
54ad03e8c2
commit
2fc0a39f1f
12 changed files with 567 additions and 11 deletions
11
.Rhistory
Normal file
11
.Rhistory
Normal file
|
@ -0,0 +1,11 @@
|
|||
donnees_mnbaq <- read.csv(file="/home/francois/git/mnbaq_collections_septembre_2015.csv",header=TRUE,sep=";")
|
||||
donnees_oeuvre <- donnees_mnbaq[donnees_mnbaq$Numéro.d.inventaire %in% c("1989.295.08","CP.1983.107","1966.167"),
|
||||
print(xtable(donnees_oeuvre),type="html")
|
||||
)
|
||||
donnees_mnbaq <- read.csv(file="/home/francois/git/mnbaq_collections_septembre_2015.csv",header=TRUE,sep=";")
|
||||
donnees_oeuvre <- donnees_mnbaq[donnees_mnbaq$Numéro.d.inventaire %in% c("1989.295.08","CP.1983.107","1966.167"),
|
||||
c("Artiste","Titre","Date.de.production","Département","Technique.d.expression")])
|
||||
donnees_mnbaq$Numéro.d.inventaire %in% c("1989.295.08","CP.1983.107","1966.167")
|
||||
donnees_oeuvre <- donnees_mnbaq[donnees_mnbaq$Numéro.d.inventaire %in% c("1989.295.08","CP.1983.107","1966.167"),
|
||||
c("Artiste","Titre","Date.de.production","Département","Technique.d.expression")]
|
||||
print(xtable(donnees_oeuvre),type="html")
|
Loading…
Add table
Add a link
Reference in a new issue