R/organ.R
organs.Rd
organ retrieves available organ categories and abbreviations
organ
organ()
organ returns the tibble with all available organs' abbreviations and corresponding full name.
organs <- organ() organs |> dplyr::select("name") |> dplyr::distinct() #> # A tibble: 43 × 1 #> name #> <chr> #> 1 Blood #> 2 Bladder #> 3 Bone Marrow #> 4 Brain #> 5 Blood Vasculature #> 6 Heart #> 7 Larynx #> 8 Bronchus (Left) #> 9 Eye (Left) #> 10 Fallopian Tube (Left) #> # ℹ 33 more rows