Get a list of the data sets in a particular package

前端 未结 3 1153
孤城傲影
孤城傲影 2020-12-01 07:37

I would like to get a list of all the data sets in a particular R package shown in the console. I know that the function data() will list all the data sets in l

3条回答
  •  情歌与酒
    2020-12-01 07:54

    If you are in the R-studio and you have imported that package

    you can switch from global environment to the specific package in your "environment" window

    Then you can see the list of the data set in that package

提交回复
热议问题