Is there anyway to query an object to find its source code file ? Created object F from file F.r, can object F tell me this ? Thanks, Chris -- View this message in context: http://r.789695.n4.nabble.com/Source-Code-File-For-an-Object-tp3461566p3461566.html Sent from the R help mailing list archive at Nabble.com.
On 19/04/2011 5:18 PM, rivercode wrote:> Is there anyway to query an object to find its source code file ? Created > object F from file F.r, can object F tell me this ?In general, no. For functions you can if the "keep.source" option was active when it was sourced. Duncan Murdoch