Example, I know many popular functions, to name one like tbl_df()
. I usually do not remember which package it belongs to i.e. data.table
or dplyr
. So I have to always remember and load a package and I can not do ?tbl_df
unless I have loaded the correct package.
Is there a way to know to which package a particular function belongs to, prior to loading or installing of the package in R console itself.
Any help is highly appreciated. Thanks.