Write R help content into a file to be read by Vim
写R到一个文件中的Vim的帮助内容
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is supposed to be called by the Vim-R-plugin.
这个函数应该被称为在Vim-R-插件。
用法----------Usage----------
vim.help(topic, w, classfor, package)
参数----------Arguments----------
参数:topic
The topic whose help is desired.
主题的帮助是需要的。
参数:w
The width of the text.
文本的宽度。
参数:classfor
The R expression following a parenthesis. This expression will be used to call the help for a function method (if available) instead of the default documentation help.
R的表达后括号。这个表达式将被用来调用函数的方法(如果有的话),而不是默认的文件帮助的帮助。
参数:package
The package where the function is.
所在的包的功能。