Hi All,
I would like to know how to connect to a "linked server" from R. I find the
linked server under Server Objects > Linked Servers on SQL management
studio.
Here is the current way I am using to connect to the server:
dbhandle <- odbcDriverConnect('driver={SQL
Server};server=servername;data
(or
> CRAN compatible) repository that the package was originally installed from.
> The download.packages() function can get the package source for you.
> >
> > Extracted from
> http://stackoverflow.com/questions/19226816/how-can-i-view-the-source-code-for-a-function
>
Hi,
I am trying to find the source code for dbeta function.
I tried edit(dbeta) and this is what I got:
> edit(dbeta)
function (x, shape1, shape2, ncp = 0, log = FALSE)
{
if (missing(ncp))
.Call(C_dbeta, x, shape1, shape2, log)
else .Call(C_dnbeta, x, shape1, shape2, ncp, log)
}
3 matches
Mail list logo