Skip to content

Commit

Permalink
petite coquille dans poo s3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-feldmann committed Aug 12, 2024
1 parent 8eef948 commit 43fd9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poo_s3.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ On aurait pu également les affecter un par un comme on le voit ci-dessous.
objet <- 1L:10L
attr(objet, "class") <- "mon_vecteur" # complètement équivalent à class(objet) <- "mon_vecteur"
attr(objet, "mon_attribut") <- list("bonjour", "le", "monde")
class(objet))
class(objet)
attr(objet, "class")
attr(objet, "mon_attribut")
attributes(objet)
Expand Down

0 comments on commit 43fd9cd

Please sign in to comment.