Skip to content

See section 'Good practice' in '?data'.

3 messages · Witold E Wolski, Jeff Newmiller, Duncan Murdoch

#
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
#
Type

?data

at the R console.
#
On 10/12/2016 10:13 AM, Witold E Wolski wrote:
It refers to the help page for the data() function, which you see by 
typing ?data in the console.

Duncan Murdoch