找回密码
 注册
查看: 452|回复: 0

R语言 RSQLite.extfuns包 RSQLite.extfuns-package()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 22:16:06 | 显示全部楼层 |阅读模式
RSQLite.extfuns-package(RSQLite.extfuns)
RSQLite.extfuns-package()所属R语言包:RSQLite.extfuns

                                        Math and String Extension Functions for RSQLite
                                         数学和字符串的扩展功能RSQLite

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This package uses SQLite's loadable extension feature to provide a number of additional SQL functions and aggregates.  The package is a wrapper of extension functions written by Liam Healy and made available through the SQLite website (http://www.sqlite.org/contrib).
此套件使用SQLite的可加载扩展功能,提供了许多额外的SQL功能和聚集。该软件包是一个包装写的利亚姆·希利,并提供通过了SQLite的网站(http://www.sqlite.org/contrib)的扩展功能。


可扩展功能----------Available extension functions----------

You can enable all of the following extension functions by calling the init_extensions function on an RSQLite database connection object.
您可以启用以下扩展功能,通过调用init_extensions功能,上的RSQLite的数据库连接对象。

<h4>Math functions</h4>  
<H4>数学函数</ H4>

radians  
弧度

cos      
COS

sin      


tan      
黄褐色

cot      
婴儿床

cosh     
护身用手杖

sinh     
SINH

tanh     
双曲正切

coth     
coth

exp      
EXP

<h4>String functions</h4>  
<H4>字符串函数</ H4>

replace  
更换

reverse  
逆转

proper   
正确

padl     
PADL

padr     
PADR

padc     
PADC

strfilter
strfilter

<h4>Aggregate functions</h4>  
<H4>聚合函数</ H4>


(作者)----------Author(s)----------



Seth Falcon &lt;seth@userprimary.net&gt;
Maintainer: Seth Falcon &lt;seth@userprimary.net&gt;




参考文献----------References----------

See http://www.sqlite.org/contrib/ for the original source of the SQLite extension function source code written by Liam Healy.

实例----------Examples----------


## basic usage looks like this[#看起来像这样的基本用法]
db <- dbConnect(SQLite(), dbname = ":memory:")
init_extensions(db)

## now you can use any of the extension functions listed above in[#现在你可以使用任何上面列出的扩展功能]
## SQL queries.[#SQL查询。]
dbDisconnect(db)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 19:56 , Processed in 0.023802 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表