## code to prepare `protein_6a32` dataset goes here
library(bio3d)
pdb <- read.pdb("6a32")
protein_6a32 <- torsion.pdb(pdb)
usethis::use_data(protein_6a32, overwrite = TRUE, version = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.