我希望能夠看到當我使用str()時使用的函數,因爲我想爲了我自己的目的將它修改爲另一個函數。看內部方法
當我鍵入str()
,我得到如下:
function (object, ...)
UseMethod("str")
<environment: namespace:utils>
所以,我想,getAnywhere(str)
:
2 differing objects matching ‘str’ were found
in the following places
.GlobalEnv
package:utils
namespace:utils
Use [] to view one of them
但也沒什麼可說的語法應該是什麼使用[]
所以我試過了,getAnywhere(str)[1]
:
function (object, ...)
UseMethod("str")
<environment: namespace:utils>
嘆氣。好吧,那showMethods(str)
:
Function "str":
<not a generic function>
所以,我怎麼看到的輸出爲str()
建設?或者我可以嗎?
您必須爲創建本地'str'對象時,我這樣做是一個乾淨的會話'getAnywhere(STR)'只查找'utils的功能'。 – 2011-04-29 17:37:55