To which document
"See section 'Good practice' in '?data'."
refers too?
Found the following calls to data() loading into the global environment:
File 'bibliospec/R/annotateClass.R':
data("AminoAcids")
See section 'Good practice' in '?data'.
Thanks
--
Witold Eryk Wolski
Type ?data at the R console. -- Sent from my phone. Please excuse my brevity. On December 10, 2016 7:13:01 AM PST, Witold E Wolski <wewolski at gmail.com> wrote:>To which document >"See section 'Good practice' in '?data'." > >refers too? > > >Found the following calls to data() loading into the global >environment: >File 'bibliospec/R/annotateClass.R': > data("AminoAcids") >See section 'Good practice' in '?data'. > >Thanks
On 10/12/2016 10:13 AM, Witold E Wolski wrote:> To which document > "See section 'Good practice' in '?data'." > > refers too?It refers to the help page for the data() function, which you see by typing ?data in the console. Duncan Murdoch> > > Found the following calls to data() loading into the global environment: > File 'bibliospec/R/annotateClass.R': > data("AminoAcids") > See section 'Good practice' in '?data'. > > Thanks > >