Linking R internal & primitive C functions with appropriate source files. --- printname = R function name ; c.entry = C function ; sourcefile = relevant C source file; line_no: line featuring fn definition (not all checked)
printname c.entry file line_no | |
- do_arith R-4.0.3\src\main\arithmetic.c 411 | |
! do_logic R-4.0.3\src\main\logic.c 40 | |
!= do_relop R-4.0.3\src\main\relop.c 51 | |
$ do_subset3 R-4.0.3\src\main\subset.c 1206 | |
$<- do_subassign3 R-4.0.3\src\main\subassign.c 2081 | |
%% do_arith R-4.0.3\src\main\arithmetic.c 411 | |
%*% do_matprod R-4.0.3\src\main\array.c 1228 | |
%/% do_arith R-4.0.3\src\main\arithmetic.c 411 | |
& do_logic R-4.0.3\src\main\logic.c 40 | |
&& do_logic2 R-4.0.3\src\main\logic.c 268 | |
( do_paren R-4.0.3\src\main\eval.c 2491 | |
* do_arith R-4.0.3\src\main\arithmetic.c 411 | |
...elt do_dotsElt R-4.0.3\src\main\envir.c 1442 | |
...length do_dotsLength R-4.0.3\src\main\envir.c 1454 | |
.addCondHands do_addCondHands R-4.0.3\src\main\errors.c 1643 | |
.addGlobHands do_addGlobHands R-4.0.3\src\main\errors.c 2469 | |
.addRestart do_addRestart R-4.0.3\src\main\errors.c 1996 | |
.addTryHandlers do_addTryHandlers R-4.0.3\src\main\errors.c 2036 | |
.C do_dotCode R-4.0.3\src\main\dotcode.c 1477 | |
.cache_class R_do_data_class R-4.0.3\src\main\attrib.c 871 | |
.Call do_dotcall R-4.0.3\src\main\dotcode.c 1250 | |
.Call.graphics do_dotcallgr R-4.0.3\src\main\dotcode.c 1360 | |
.class2 R_do_data_class R-4.0.3\src\main\attrib.c 871 | |
.dfltStop do_dfltStop R-4.0.3\src\main\errors.c 1944 | |
.dfltWarn do_dfltWarn R-4.0.3\src\main\errors.c 1928 | |
.External do_External R-4.0.3\src\main\dotcode.c 546 | |
.External.graphics do_Externalgr R-4.0.3\src\main\dotcode.c 1340 | |
.External2 do_External R-4.0.3\src\main\dotcode.c 546 | |
.Fortran do_dotCode R-4.0.3\src\main\dotcode.c 1477 | |
.getRestart do_getRestart R-4.0.3\src\main\errors.c 1964 | |
.Internal do_internal R-4.0.3\src\main\names.c 1332 | |
.invokeRestart do_invokeRestart R-4.0.3\src\main\errors.c 2029 | |
.isMethodsDispatchOn do_S4on R-4.0.3\src\main\objects.c 1205 | |
.Primitive do_primitive R-4.0.3\src\main\names.c 1039 | |
.primTrace do_trace R-4.0.3\src\main\debug.c 67 | |
.primUntrace do_trace R-4.0.3\src\main\debug.c 67 | |
.resetCondHands do_resetCondHands R-4.0.3\src\main\errors.c 1690 | |
.signalCondition do_signalCondition R-4.0.3\src\main\errors.c 1808 | |
.subset do_subset_dflt R-4.0.3\src\main\subset.c 686 | |
.subset2 do_subset2_dflt R-4.0.3\src\main\subset.c 918 | |
/ do_arith R-4.0.3\src\main\arithmetic.c 411 | |
: do_colon R-4.0.3\src\main\seq.c 141 | |
@ do_AT R-4.0.3\src\main\attrib.c 1847 | |
@<- do_attrgets R-4.0.3\src\main\attrib.c 1565 | |
[ do_subset R-4.0.3\src\main\subset.c 642 | |
[[ do_subset2 R-4.0.3\src\main\subset.c 895 | |
[[<- do_subassign2 R-4.0.3\src\main\subassign.c 1716 | |
[<- do_subassign R-4.0.3\src\main\subassign.c 1560 | |
^ do_arith R-4.0.3\src\main\arithmetic.c 411 | |
{ do_begin R-4.0.3\src\main\eval.c 2497 | |
| do_logic R-4.0.3\src\main\logic.c 40 | |
|| do_logic2 R-4.0.3\src\main\logic.c 268 | |
~ do_tilde R-4.0.3\src\main\names.c 1408 | |
+ do_arith R-4.0.3\src\main\arithmetic.c 411 | |
< do_relop R-4.0.3\src\main\relop.c 51 | |
<- do_set R-4.0.3\src\main\eval.c 2944 | |
<<- do_set R-4.0.3\src\main\eval.c 2944 | |
<= do_relop R-4.0.3\src\main\relop.c 51 | |
= do_set R-4.0.3\src\main\eval.c 2944 | |
== do_relop R-4.0.3\src\main\relop.c 51 | |
> do_relop R-4.0.3\src\main\relop.c 51 | |
>= do_relop R-4.0.3\src\main\relop.c 51 | |
abbreviate do_abbrev R-4.0.3\src\main\character.c 824 | |
abs do_abs R-4.0.3\src\main\arithmetic.c 1341 | |
acos do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
acosh do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
activeBindingFunction do_activeBndFun R-4.0.3\src\main\envir.c 3563 | |
address do_address R-4.0.3\src\main\inspect.c 281 | |
adist do_adist R-4.0.3\src\main\agrep.c 486 | |
agrep do_agrep R-4.0.3\src\main\agrep.c 97 | |
agrepl do_agrep R-4.0.3\src\main\agrep.c 97 | |
all do_logic3 R-4.0.3\src\main\logic.c 442 | |
all.names do_allnames R-4.0.3\src\main\list.c 92 | |
altrep_class do_altrep_class R-4.0.3\src\main\altrep.c 1065 | |
any do_logic3 R-4.0.3\src\main\logic.c 442 | |
anyDuplicated do_duplicated R-4.0.3\src\main\unique.c 702 | |
anyNA do_anyNA R-4.0.3\src\main\coerce.c 2399 | |
aperm do_aperm R-4.0.3\src\main\array.c 1691 | |
aregexec do_aregexec R-4.0.3\src\main\agrep.c 734 | |
Arg do_cmathfuns R-4.0.3\src\main\complex.c 245 | |
args do_args R-4.0.3\src\main\builtin.c 194 | |
array do_array R-4.0.3\src\main\array.c 2044 | |
as.call do_ascall R-4.0.3\src\main\coerce.c 1696 | |
as.character do_asatomic R-4.0.3\src\main\coerce.c 1434 | |
as.complex do_asatomic R-4.0.3\src\main\coerce.c 1434 | |
as.double do_asatomic R-4.0.3\src\main\coerce.c 1434 | |
as.environment do_as_environment R-4.0.3\src\main\envir.c 3225 | |
as.function.default do_asfunction R-4.0.3\src\main\coerce.c 1566 | |
as.integer do_asatomic R-4.0.3\src\main\coerce.c 1434 | |
as.logical do_asatomic R-4.0.3\src\main\coerce.c 1434 | |
as.numeric do_asatomic R-4.0.3\src\main\coerce.c 1434 | |
as.POSIXct do_asPOSIXct R-4.0.3\src\main\datetime.c 767 | |
as.POSIXlt do_asPOSIXlt R-4.0.3\src\main\datetime.c 670 | |
as.raw do_asatomic R-4.0.3\src\main\coerce.c 1434 | |
as.vector do_asvector R-4.0.3\src\main\coerce.c 1483 | |
asCharacterFactor do_asCharacterFactor R-4.0.3\src\main\coerce.c 1396 | |
asin do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
asinh do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
assign do_assign R-4.0.3\src\main\envir.c 1829 | |
atan do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
atan2 do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
atanh do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
attach do_attach R-4.0.3\src\main\envir.c 2439 | |
attr do_attr R-4.0.3\src\main\attrib.c 1426 | |
attr<- do_attrgets R-4.0.3\src\main\attrib.c 1565 | |
attributes do_attributes R-4.0.3\src\main\attrib.c 1246 | |
attributes<- do_attributesgets R-4.0.3\src\main\attrib.c 1320 | |
backsolve do_backsolve R-4.0.3\src\main\array.c 2253 | |
baseenv do_baseenv R-4.0.3\src\main\envir.c 2407 | |
basename do_basename R-4.0.3\src\main\util.c 798 | |
bcClose do_bcclose R-4.0.3\src\main\eval.c 8028 | |
bcprofcounts do_bcprofcounts R-4.0.3\src\main\eval.c 8240 | |
bcprofstart do_bcprofstart R-4.0.3\src\main\eval.c 8259 | |
bcprofstop do_bcprofstop R-4.0.3\src\main\eval.c 8300 | |
bcVersion do_bcversion R-4.0.3\src\main\eval.c 8108 | |
besselI do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
besselJ do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
besselK do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
besselY do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
beta do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
bincode do_bincode R-4.0.3\src\main\util.c 2483 | |
bindingIsActive do_bndIsActive R-4.0.3\src\main\envir.c 3554 | |
bindingIsLocked do_bndIsLocked R-4.0.3\src\main\envir.c 3534 | |
bindtextdomain do_bindtextdomain R-4.0.3\src\main\errors.c 1217 | |
bitwiseAnd do_bitwise R-4.0.3\src\main\relop.c 740 | |
bitwiseNot do_bitwise R-4.0.3\src\main\relop.c 740 | |
bitwiseOr do_bitwise R-4.0.3\src\main\relop.c 740 | |
bitwiseShiftL do_bitwise R-4.0.3\src\main\relop.c 740 | |
bitwiseShiftR do_bitwise R-4.0.3\src\main\relop.c 740 | |
bitwiseXor do_bitwise R-4.0.3\src\main\relop.c 740 | |
body do_body R-4.0.3\src\main\builtin.c 264 | |
bodyCode do_bodyCode R-4.0.3\src\main\builtin.c 279 | |
break do_break R-4.0.3\src\main\eval.c 2484 | |
browser do_browser R-4.0.3\src\main\main.c 1230 | |
browserCondition do_sysbrowser R-4.0.3\src\main\context.c 546 | |
browserSetDebug do_sysbrowser R-4.0.3\src\main\context.c 546 | |
browserText do_sysbrowser R-4.0.3\src\main\context.c 546 | |
builtins do_builtins R-4.0.3\src\main\envir.c 3117 | |
bzfile do_gzfile R-4.0.3\src\main\connections.c 2247 | |
c do_c R-4.0.3\src\main\bind.c 767 | |
C_tryCatchHelper do_tryCatchHelper R-4.0.3\src\main\errors.c 2364 | |
call do_call R-4.0.3\src\main\coerce.c 2622 | |
capabilities do_capabilities R-4.0.3\src\main\platform.c 2100 | |
capabilitiesX11 do_capabilitiesX11 R-4.0.3\src\main\platform.c 2090 | |
cat do_cat R-4.0.3\src\main\builtin.c 549 | |
cbind do_bind R-4.0.3\src\main\bind.c 1029 | |
ceiling do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
charmatch do_charmatch R-4.0.3\src\main\unique.c 1234 | |
charToRaw do_charToRaw R-4.0.3\src\main\raw.c 30 | |
chartr do_chartr R-4.0.3\src\main\character.c 1309 | |
choose do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
class R_do_data_class R-4.0.3\src\main\attrib.c 871 | |
class<- R_do_set_class R-4.0.3\src\main\coerce.c 2999 | |
clearPushBack do_clearpushback R-4.0.3\src\main\connections.c 5095 | |
close do_close R-4.0.3\src\main\connections.c 3708 | |
col do_rowscols R-4.0.3\src\main\array.c 575 | |
colMeans do_colsum R-4.0.3\src\main\array.c 1871 | |
colSums do_colsum R-4.0.3\src\main\array.c 1871 | |
commandArgs do_commandArgs R-4.0.3\src\main\CommandLineArgs.c 76 | |
comment do_comment R-4.0.3\src\main\attrib.c 496 | |
comment<- do_commentgets R-4.0.3\src\main\attrib.c 486 | |
compilePKGS do_compilepkgs R-4.0.3\src\main\eval.c 1541 | |
complex do_complex R-4.0.3\src\main\complex.c 751 | |
Conj do_cmathfuns R-4.0.3\src\main\complex.c 245 | |
copyDFattr do_copyDFattr R-4.0.3\src\main\attrib.c 214 | |
cos do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
cosh do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
cospi do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
crc64 do_crc64 R-4.0.3\src\main\util.c 2435 | |
crossprod do_matprod R-4.0.3\src\main\array.c 1228 | |
Cstack_info do_Cstack_info R-4.0.3\src\main\platform.c 3019 | |
cummax do_cum R-4.0.3\src\main\cum.c 152 | |
cummin do_cum R-4.0.3\src\main\cum.c 152 | |
cumprod do_cum R-4.0.3\src\main\cum.c 152 | |
cumsum do_cum R-4.0.3\src\main\cum.c 152 | |
curlDownload do_curlDownload R-4.0.3\src\main\internet.c 348 | |
curlGetHeaders do_curlGetHeaders R-4.0.3\src\main\internet.c 336 | |
curlVersion do_curlVersion R-4.0.3\src\main\internet.c 324 | |
date do_date R-4.0.3\src\main\platform.c 413 | |
Date2POSIXlt do_D2POSIXlt R-4.0.3\src\main\datetime.c 1185 | |
dbeta do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dbinom do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dcauchy do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dchisq do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
debug do_debug R-4.0.3\src\main\debug.c 29 | |
debugonce do_debug R-4.0.3\src\main\debug.c 29 | |
debugOnOff do_traceOnOff R-4.0.3\src\main\debug.c 98 | |
delayedAssign do_delayed R-4.0.3\src\main\builtin.c 69 | |
deparse do_deparse R-4.0.3\src\main\deparse.c 166 | |
deparseRd do_deparseRd ? | |
det_ge_real do_lapack R-4.0.3\src\main\lapack.c 46 | |
detach do_detach R-4.0.3\src\main\envir.c 2556 | |
dexp do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
df do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dgamma do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dgeom do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
dhyper do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
diag do_diag R-4.0.3\src\main\array.c 2158 | |
digamma do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
dim do_dim R-4.0.3\src\main\attrib.c 1162 | |
dim<- do_dimgets R-4.0.3\src\main\attrib.c 1176 | |
dimnames do_dimnames R-4.0.3\src\main\attrib.c 1148 | |
dimnames<- do_dimnamesgets R-4.0.3\src\main\attrib.c 1032 | |
dir.create do_dircreate R-4.0.3\src\main\platform.c 2283 | |
dir.exists do_direxists R-4.0.3\src\main\platform.c 1127 | |
dirname do_dirname R-4.0.3\src\main\util.c 872 | |
disassemble do_disassemble R-4.0.3\src\main\eval.c 8097 | |
dlnorm do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dlogis do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dnbeta do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
dnbinom do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dnbinom_mu do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dnchisq do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dnf do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
dnorm do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dnt do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
do.call do_docall R-4.0.3\src\main\coerce.c 2648 | |
dpois do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
dput do_dput R-4.0.3\src\main\deparse.c 368 | |
drop do_drop R-4.0.3\src\main\array.c 408 | |
dsignrank do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
dt do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
dtukey do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
dump do_dump R-4.0.3\src\main\deparse.c 425 | |
dunif do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
duplicated do_duplicated R-4.0.3\src\main\unique.c 702 | |
dweibull do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dwilcox do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
dyn.load do_dynload R-4.0.3\src\main\Rdynload.c 926 | |
dyn.unload do_dynunload R-4.0.3\src\main\Rdynload.c 943 | |
eapply do_eapply R-4.0.3\src\main\envir.c 3003 | |
emptyenv do_emptyenv R-4.0.3\src\main\envir.c 2422 | |
enableJIT do_enablejit R-4.0.3\src\main\eval.c 1526 | |
enc2native do_enc2 R-4.0.3\src\main\util.c 2051 | |
enc2utf8 do_enc2 R-4.0.3\src\main\util.c 2051 | |
encodeString do_encodeString R-4.0.3\src\main\util.c 1081 | |
Encoding do_encoding R-4.0.3\src\main\util.c 1162 | |
endsWith do_startsWith R-4.0.3\src\main\character.c 389 | |
env.profile do_envprofile R-4.0.3\src\main\envir.c 3858 | |
env2list do_env2list R-4.0.3\src\main\envir.c 2917 | |
environment do_envir R-4.0.3\src\main\builtin.c 293 | |
environment<- do_envirgets R-4.0.3\src\main\builtin.c 303 | |
environmentIsLocked do_envIsLocked R-4.0.3\src\main\envir.c 3333 | |
environmentName do_envirName R-4.0.3\src\main\builtin.c 434 | |
eSoftVersion do_eSoftVersion R-4.0.3\src\main\platform.c 3244 | |
eval do_eval R-4.0.3\src\main\eval.c 3268 | |
exists do_get R-4.0.3\src\main\envir.c 2026 | |
exp do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
expm1 do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
expression do_expression R-4.0.3\src\main\builtin.c 750 | |
fifo do_fifo R-4.0.3\src\main\connections.c 1426 | |
file do_url R-4.0.3\src\main\connections.c 5339 | |
file.access do_fileaccess R-4.0.3\src\main\platform.c 1516 | |
file.append do_fileappend R-4.0.3\src\main\platform.c 519 | |
file.choose do_filechoose R-4.0.3\src\main\platform.c 1492 | |
file.copy do_filecopy R-4.0.3\src\main\platform.c 2544 | |
file.create do_filecreate R-4.0.3\src\main\platform.c 578 | |
file.exists do_fileexists R-4.0.3\src\main\platform.c 1458 | |
file.info do_fileinfo R-4.0.3\src\main\platform.c 903 | |
file.link do_filelink R-4.0.3\src\main\platform.c 732 | |
file.path do_filepath R-4.0.3\src\main\paste.c 331 | |
file.remove do_fileremove R-4.0.3\src\main\platform.c 608 | |
file.rename do_filerename R-4.0.3\src\main\platform.c 810 | |
file.show do_fileshow R-4.0.3\src\main\platform.c 427 | |
file.symlink do_filesymlink R-4.0.3\src\main\platform.c 644 | |
findInterval do_findinterval R-4.0.3\src\main\util.c 2544 | |
floor do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
flush do_flush R-4.0.3\src\main\connections.c 3773 | |
for do_for R-4.0.3\src\main\eval.c 2274 | |
forceAndCall do_forceAndCall R-4.0.3\src\main\eval.c 1974 | |
formals do_formals R-4.0.3\src\main\builtin.c 249 | |
format do_format R-4.0.3\src\main\paste.c 443 | |
format.info do_formatinfo R-4.0.3\src\main\paste.c 678 | |
format.POSIXlt do_formatPOSIXlt R-4.0.3\src\main\datetime.c 859 | |
formatC do_formatC R-4.0.3\src\main\util.c 2635 | |
function do_function R-4.0.3\src\main\eval.c 2539 | |
gamma do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
gc do_gc R-4.0.3\src\main\memory.c 2063 | |
gc.time do_gctime R-4.0.3\src\main\memory.c 3007 | |
gcinfo do_gcinfo R-4.0.3\src\main\memory.c 2040 | |
gctorture do_gctorture R-4.0.3\src\main\memory.c 1979 | |
gctorture2 do_gctorture2 R-4.0.3\src\main\memory.c 1999 | |
get do_get R-4.0.3\src\main\envir.c 2026 | |
get0 do_get R-4.0.3\src\main\envir.c 2026 | |
getAllConnections do_getallconnections R-4.0.3\src\main\connections.c 5252 | |
getConnection do_getconnection R-4.0.3\src\main\connections.c 5268 | |
getconst do_getconst R-4.0.3\src\main\eval.c 8218 | |
geterrmessage do_geterrmessage R-4.0.3\src\main\errors.c 896 | |
getLoadedDLLs do_getDllTable R-4.0.3\src\main\Rdynload.c 1389 | |
getNamespaceRegistry do_getNSRegistry R-4.0.3\src\main\envir.c 3781 | |
getOption do_getOption R-4.0.3\src\main\options.c 401 | |
getRegisteredNamespace do_getRegNS R-4.0.3\src\main\envir.c 3759 | |
getRegisteredRoutines do_getRegisteredRoutines R-4.0.3\src\main\Rdynload.c 1420 | |
getSymbolInfo do_getSymbolInfo R-4.0.3\src\main\Rdynload.c 1355 | |
gettext do_gettext R-4.0.3\src\main\errors.c 1049 | |
getVarsFromFrame do_getVarsFromFrame R-4.0.3\src\main\serialize.c 3207 | |
getwd do_getwd R-4.0.3\src\main\util.c 752 | |
globalenv do_globalenv R-4.0.3\src\main\envir.c 2392 | |
gregexpr do_regexpr R-4.0.3\src\main\grep.c 2772 | |
grep do_grep R-4.0.3\src\main\grep.c 1079 | |
grepl do_grep R-4.0.3\src\main\grep.c 1079 | |
grepRaw do_grepraw R-4.0.3\src\main\grep.c 1403 | |
growconst do_growconst R-4.0.3\src\main\eval.c 8167 | |
gsub do_gsub R-4.0.3\src\main\grep.c 1875 | |
gzcon do_gzcon R-4.0.3\src\main\connections.c 5886 | |
gzfile do_gzfile R-4.0.3\src\main\connections.c 2247 | |
iconv do_iconv R-4.0.3\src\main\sysutils.c 581 | |
icuGetCollate do_ICUget R-4.0.3\src\main\util.c 2308 | |
icuSetCollate do_ICUset R-4.0.3\src\main\util.c 2247 | |
identical do_identical R-4.0.3\src\main\identical.c 42 | |
if do_if R-4.0.3\src\main\eval.c 2218 | |
Im do_cmathfuns R-4.0.3\src\main\complex.c 245 | |
importIntoEnv do_importIntoEnv R-4.0.3\src\main\envir.c 3787 | |
inherits do_inherits R-4.0.3\src\main\objects.c 1024 | |
inspect do_inspect R-4.0.3\src\main\inspect.c 266 | |
interactive do_interactive R-4.0.3\src\main\sysutils.c 231 | |
internalsID do_internalsID R-4.0.3\src\main\version.c 147 | |
interruptsSuspended do_interruptsSuspended R-4.0.3\src\main\errors.c 2068 | |
intToBits do_intToBits R-4.0.3\src\main\raw.c 124 | |
intToUtf8 do_intToUtf8 R-4.0.3\src\main\raw.c 294 | |
invisible do_invisible R-4.0.3\src\main\print.c 113 | |
is.array do_is R-4.0.3\src\main\coerce.c 1942 | |
is.atomic do_is R-4.0.3\src\main\coerce.c 1942 | |
is.builtin.internal do_is_builtin_internal R-4.0.3\src\main\eval.c 8052 | |
is.call do_is R-4.0.3\src\main\coerce.c 1942 | |
is.character do_is R-4.0.3\src\main\coerce.c 1942 | |
is.complex do_is R-4.0.3\src\main\coerce.c 1942 | |
is.double do_is R-4.0.3\src\main\coerce.c 1942 | |
is.environment do_is R-4.0.3\src\main\coerce.c 1942 | |
is.expression do_is R-4.0.3\src\main\coerce.c 1942 | |
is.finite do_isfinite R-4.0.3\src\main\coerce.c 2479 | |
is.function do_is R-4.0.3\src\main\coerce.c 1942 | |
is.infinite do_isinfinite R-4.0.3\src\main\coerce.c 2546 | |
is.integer do_is R-4.0.3\src\main\coerce.c 1942 | |
is.language do_is R-4.0.3\src\main\coerce.c 1942 | |
is.list do_is R-4.0.3\src\main\coerce.c 1942 | |
is.loaded do_isloaded R-4.0.3\src\main\dotcode.c 486 | |
is.logical do_is R-4.0.3\src\main\coerce.c 1942 | |
is.matrix do_is R-4.0.3\src\main\coerce.c 1942 | |
is.na do_isna R-4.0.3\src\main\coerce.c 2184 | |
is.name do_is R-4.0.3\src\main\coerce.c 1942 | |
is.nan do_isnan R-4.0.3\src\main\coerce.c 2430 | |
is.null do_is R-4.0.3\src\main\coerce.c 1942 | |
is.numeric do_is R-4.0.3\src\main\coerce.c 1942 | |
is.object do_is R-4.0.3\src\main\coerce.c 1942 | |
is.pairlist do_is R-4.0.3\src\main\coerce.c 1942 | |
is.raw do_is R-4.0.3\src\main\coerce.c 1942 | |
is.recursive do_is R-4.0.3\src\main\coerce.c 1942 | |
is.single do_is R-4.0.3\src\main\coerce.c 1942 | |
is.symbol do_is R-4.0.3\src\main\coerce.c 1942 | |
is.unsorted do_isunsorted R-4.0.3\src\main\sort.c 214 | |
is.vector do_isvector R-4.0.3\src\main\coerce.c 2113 | |
isatty do_isatty R-4.0.3\src\main\connections.c 2747 | |
isdebugged do_debug R-4.0.3\src\main\debug.c 29 | |
isIncomplete do_isincomplete R-4.0.3\src\main\connections.c 3613 | |
islistfactor do_islistfactor R-4.0.3\src\main\apply.c 383 | |
isNamespaceEnv do_isNSEnv R-4.0.3\src\main\envir.c 3672 | |
isOpen do_isopen R-4.0.3\src\main\connections.c 3595 | |
isRegisteredNamespace do_getRegNS R-4.0.3\src\main\envir.c 3759 | |
isS4 do_is R-4.0.3\src\main\coerce.c 1942 | |
isSeekable do_isseekable R-4.0.3\src\main\connections.c 3624 | |
l10n_info do_l10n_info R-4.0.3\src\main\platform.c 2867 | |
La_chol do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_chol2inv do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_dgecon do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_dlange do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_dtrcon do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_library do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_qr do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_qr_cmplx do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_rg do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_rg_cmplx do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_rs do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_rs_cmplx do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_solve do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_solve_cmplx do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_svd do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_svd_cmplx do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_version do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_zgecon do_lapack R-4.0.3\src\main\lapack.c 46 | |
La_ztrcon do_lapack R-4.0.3\src\main\lapack.c 46 | |
lapply do_lapply R-4.0.3\src\main\apply.c 34 | |
lazyLoadDBfetch do_lazyLoadDBfetch R-4.0.3\src\main\serialize.c 3172 | |
lazyLoadDBflush do_lazyLoadDBflush R-4.0.3\src\main\serialize.c 2968 | |
lazyLoadDBinsertValue do_lazyLoadDBinsertValue R-4.0.3\src\main\serialize.c 3215 | |
lbeta do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
lchoose do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
length do_length R-4.0.3\src\main\array.c 430 | |
length<- do_lengthgets R-4.0.3\src\main\builtin.c 939 | |
lengths do_lengths R-4.0.3\src\main\array.c 514 | |
levels<- do_levelsgets R-4.0.3\src\main\attrib.c 1296 | |
lgamma do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
list do_makelist R-4.0.3\src\main\builtin.c 715 | |
list.dirs do_listdirs R-4.0.3\src\main\platform.c 1410 | |
list.files do_listfiles R-4.0.3\src\main\platform.c 1291 | |
list2env do_list2env R-4.0.3\src\main\envir.c 1864 | |
load do_load R-4.0.3\src\main\saveload.c 2150 | |
load.from.file do_loadfile R-4.0.3\src\main\saveload.c 1966 | |
loadFromConn2 do_loadFromConn2 R-4.0.3\src\main\saveload.c 2426 | |
loadInfoFromConn2 do_loadFromConn2 R-4.0.3\src\main\saveload.c 2426 | |
lockBinding do_lockBnd R-4.0.3\src\main\envir.c 3515 | |
lockEnvironment do_lockEnv R-4.0.3\src\main\envir.c 3322 | |
log do_log R-4.0.3\src\main\arithmetic.c 1715 | |
log10 do_log1arg R-4.0.3\src\main\arithmetic.c 1680 | |
log1p do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
log2 do_log1arg R-4.0.3\src\main\arithmetic.c 1680 | |
ls do_ls R-4.0.3\src\main\envir.c 2845 | |
machine do_machine ? | |
make.names do_makenames R-4.0.3\src\main\character.c 875 | |
make.unique do_makeunique R-4.0.3\src\main\unique.c 1704 | |
makeActiveBinding do_mkActiveBnd R-4.0.3\src\main\envir.c 3543 | |
makeLazy do_makelazy R-4.0.3\src\main\builtin.c 104 | |
mapply do_mapply R-4.0.3\src\main\mapply.c 27 | |
match do_match R-4.0.3\src\main\unique.c 1055 | |
match.call do_matchcall R-4.0.3\src\main\unique.c 1397 | |
matrix do_matrix R-4.0.3\src\main\array.c 66 | |
max do_summary R-4.0.3\src\main\summary.c 520 | |
max.col do_maxcol R-4.0.3\src\main\array.c 2299 | |
mean do_summary R-4.0.3\src\main\summary.c 520 | |
mem.maxNSize do_maxNSize R-4.0.3\src\main\memory.c 476 | |
mem.maxVSize do_maxVSize R-4.0.3\src\main\memory.c 458 | |
memCompress do_memCompress R-4.0.3\src\main\connections.c 6361 | |
memDecompress do_memDecompress R-4.0.3\src\main\connections.c 6443 | |
memory.profile do_memoryprofile R-4.0.3\src\main\memory.c 3226 | |
merge do_merge R-4.0.3\src\main\util.c 633 | |
mget do_mget R-4.0.3\src\main\envir.c 2159 | |
min do_summary R-4.0.3\src\main\summary.c 520 | |
missing do_missing R-4.0.3\src\main\envir.c 2324 | |
mkCode do_mkcode R-4.0.3\src\main\eval.c 8014 | |
mkjunction do_mkjunction R-4.0.3\src\main\platform.c 3143 | |
mkUnbound do_mkUnbound R-4.0.3\src\main\envir.c 3573 | |
mmap_file do_mmap_file R-4.0.3\src\main\altclasses.c 1337 | |
Mod do_cmathfuns R-4.0.3\src\main\complex.c 245 | |
munmap_file do_munmap_file R-4.0.3\src\main\altclasses.c 1373 | |
named do_named R-4.0.3\src\main\inspect.c 287 | |
names do_names R-4.0.3\src\main\attrib.c 1013 | |
names<- do_namesgets R-4.0.3\src\main\attrib.c 891 | |
nargs do_nargs R-4.0.3\src\main\util.c 525 | |
nchar do_nchar R-4.0.3\src\main\character.c 218 | |
new.env do_newenv R-4.0.3\src\main\builtin.c 340 | |
next do_break R-4.0.3\src\main\eval.c 2484 | |
NextMethod do_nextmethod R-4.0.3\src\main\objects.c 674 | |
ngettext do_ngettext R-4.0.3\src\main\errors.c 1150 | |
normalizePath do_normalizepath R-4.0.3\src\main\util.c 960 | |
nzchar do_nzchar R-4.0.3\src\main\character.c 95 | |
oldClass do_class R-4.0.3\src\main\attrib.c 584 | |
oldClass<- do_classgets R-4.0.3\src\main\attrib.c 567 | |
on.exit do_onexit R-4.0.3\src\main\builtin.c 132 | |
open do_open R-4.0.3\src\main\connections.c 3560 | |
options do_options R-4.0.3\src\main\options.c 414 | |
order do_order R-4.0.3\src\main\sort.c 1395 | |
packBits do_packBits R-4.0.3\src\main\raw.c 144 | |
parent.env do_parentenv R-4.0.3\src\main\builtin.c 370 | |
parent.env<- do_parentenvgets R-4.0.3\src\main\builtin.c 401 | |
parent.frame do_parentframe R-4.0.3\src\main\context.c 703 | |
parse do_parse R-4.0.3\src\main\source.c 199 | |
parse_Rd do_parseRd ? | |
parseLatex do_parseLatex ? | |
paste do_paste R-4.0.3\src\main\paste.c 44 | |
paste0 do_paste R-4.0.3\src\main\paste.c 44 | |
path.expand do_pathexpand R-4.0.3\src\main\platform.c 2034 | |
pbeta do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pbinom do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pcauchy do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pchisq do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
pcre_config do_pcre_config R-4.0.3\src\main\grep.c 3314 | |
pexp do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
pf do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pgamma do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pgeom do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
phyper do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
pipe do_pipe R-4.0.3\src\main\connections.c 1591 | |
plnorm do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
plogis do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pmatch do_pmatch R-4.0.3\src\main\unique.c 1088 | |
pmax do_pmin R-4.0.3\src\main\summary.c 1164 | |
pmin do_pmin R-4.0.3\src\main\summary.c 1164 | |
pnbeta do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
pnbinom do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pnbinom_mu do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pnchisq do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pnf do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
pnorm do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pnt do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
polyroot do_polyroot R-4.0.3\src\main\complex.c 792 | |
pos.to.env do_pos2env R-4.0.3\src\main\envir.c 3181 | |
POSIXlt2Date do_POSIXlt2D R-4.0.3\src\main\datetime.c 1247 | |
ppois do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
pretty do_pretty R-4.0.3\src\main\util.c 2586 | |
print.default do_printdefault R-4.0.3\src\main\print.c 216 | |
printDeferredWarnings do_printDeferredWarnings R-4.0.3\src\main\errors.c 2060 | |
prmatrix do_prmatrix R-4.0.3\src\main\print.c 128 | |
proc.time do_proctime R-4.0.3\src\main\sysutils.c 1918 | |
prod do_summary R-4.0.3\src\main\summary.c 520 | |
psigamma do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
psignrank do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
psort do_psort R-4.0.3\src\main\sort.c 753 | |
pt do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
ptukey do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
punif do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pushBack do_pushback R-4.0.3\src\main\connections.c 5039 | |
pushBackLength do_pushbacklength R-4.0.3\src\main\connections.c 5086 | |
putconst do_putconst R-4.0.3\src\main\eval.c 8185 | |
pweibull do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
pwilcox do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qbeta do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qbinom do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qcauchy do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qchisq do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
qexp do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
qf do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qgamma do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qgeom do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
qhyper do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
qlnorm do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qlogis do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qnbeta do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
qnbinom do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qnbinom_mu do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qnchisq do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qnf do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
qnorm do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qnt do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qpois do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
qr_coef_cmplx do_lapack R-4.0.3\src\main\lapack.c 46 | |
qr_coef_real do_lapack R-4.0.3\src\main\lapack.c 46 | |
qr_qy_cmplx do_lapack R-4.0.3\src\main\lapack.c 46 | |
qr_qy_real do_lapack R-4.0.3\src\main\lapack.c 46 | |
qsignrank do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
qsort do_qsort R-4.0.3\src\main\qsort.c 44 | |
qt do_math2 R-4.0.3\src\main\arithmetic.c 1569 | |
qtukey do_math4 R-4.0.3\src\main\arithmetic.c 2168 | |
quit do_quit R-4.0.3\src\main\main.c 1354 | |
qunif do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
quote do_quote R-4.0.3\src\main\coerce.c 2846 | |
qweibull do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
qwilcox do_math3 R-4.0.3\src\main\arithmetic.c 1950 | |
R.home do_Rhome R-4.0.3\src\main\platform.c 1441 | |
radixsort do_radixsort R-4.0.3\src\main\radixsort.c 1545 | |
range do_range R-4.0.3\src\main\summary.c 970 | |
rank do_rank R-4.0.3\src\main\sort.c 1466 | |
rapply do_rapply R-4.0.3\src\main\apply.c 322 | |
rawConnection do_rawconnection R-4.0.3\src\main\connections.c 2928 | |
rawConnectionValue do_rawconvalue R-4.0.3\src\main\connections.c 2979 | |
rawShift do_rawShift R-4.0.3\src\main\raw.c 82 | |
rawToBits do_rawToBits R-4.0.3\src\main\raw.c 104 | |
rawToChar do_rawToChar R-4.0.3\src\main\raw.c 47 | |
rbeta do_random2 R-4.0.3\src\main\random.c 146 | |
rbind do_bind R-4.0.3\src\main\bind.c 1029 | |
rbinom do_random2 R-4.0.3\src\main\random.c 146 | |
rcauchy do_random2 R-4.0.3\src\main\random.c 146 | |
rchisq do_random1 R-4.0.3\src\main\random.c 66 | |
Re do_cmathfuns R-4.0.3\src\main\complex.c 245 | |
readBin do_readbin R-4.0.3\src\main\connections.c 4168 | |
readChar do_readchar R-4.0.3\src\main\connections.c 4757 | |
readDCF do_readDCF R-4.0.3\src\main\dcf.c 69 | |
readline do_readln R-4.0.3\src\main\scan.c 1008 | |
readLines do_readLines R-4.0.3\src\main\connections.c 3890 | |
readRenviron do_readEnviron R-4.0.3\src\main\Renviron.c 313 | |
Recall do_recall R-4.0.3\src\main\eval.c 3401 | |
recordGraphics do_recordGraphics R-4.0.3\src\main\engine.c 3054 | |
refcnt do_refcnt R-4.0.3\src\main\inspect.c 293 | |
reg.finalizer do_regFinaliz R-4.0.3\src\main\memory.c 1597 | |
regexec do_regexec R-4.0.3\src\main\grep.c 3126 | |
regexpr do_regexpr R-4.0.3\src\main\grep.c 2772 | |
registerNamespace do_regNS R-4.0.3\src\main\envir.c 3731 | |
remove do_remove R-4.0.3\src\main\envir.c 1944 | |
rep do_rep R-4.0.3\src\main\seq.c 636 | |
rep.int do_rep_int R-4.0.3\src\main\seq.c 342 | |
rep_len do_rep_len R-4.0.3\src\main\seq.c 406 | |
repeat do_repeat R-4.0.3\src\main\eval.c 2454 | |
retracemem do_retracemem R-4.0.3\src\main\debug.c 222 | |
return do_return R-4.0.3\src\main\eval.c 2522 | |
returnValue do_returnValue R-4.0.3\src\main\eval.c 8359 | |
rexp do_random1 R-4.0.3\src\main\random.c 66 | |
rf do_random2 R-4.0.3\src\main\random.c 146 | |
rgamma do_random2 R-4.0.3\src\main\random.c 146 | |
rgeom do_random1 R-4.0.3\src\main\random.c 66 | |
rhyper do_random3 R-4.0.3\src\main\random.c 241 | |
rlnorm do_random2 R-4.0.3\src\main\random.c 146 | |
rlogis do_random2 R-4.0.3\src\main\random.c 146 | |
rnbinom do_random2 R-4.0.3\src\main\random.c 146 | |
rnbinom_mu do_random2 R-4.0.3\src\main\random.c 146 | |
rnchisq do_random2 R-4.0.3\src\main\random.c 146 | |
RNGkind do_RNGkind R-4.0.3\src\main\RNG.c 519 | |
rnorm do_random2 R-4.0.3\src\main\random.c 146 | |
round do_Math2 R-4.0.3\src\main\arithmetic.c 1630 | |
row do_rowscols R-4.0.3\src\main\array.c 575 | |
rowMeans do_colsum R-4.0.3\src\main\array.c 1871 | |
rowsum_df do_rowsum R-4.0.3\src\main\unique.c 1657 | |
rowsum_matrix do_rowsum R-4.0.3\src\main\unique.c 1657 | |
rowSums do_colsum R-4.0.3\src\main\array.c 1871 | |
rpois do_random1 R-4.0.3\src\main\random.c 66 | |
rsignrank do_random1 R-4.0.3\src\main\random.c 66 | |
rt do_random1 R-4.0.3\src\main\random.c 66 | |
runif do_random2 R-4.0.3\src\main\random.c 146 | |
rweibull do_random2 R-4.0.3\src\main\random.c 146 | |
rwilcox do_random2 R-4.0.3\src\main\random.c 146 | |
sample do_sample R-4.0.3\src\main\random.c 461 | |
sample2 do_sample2 R-4.0.3\src\main\unique.c 1810 | |
save do_save R-4.0.3\src\main\saveload.c 2023 | |
save.to.file do_savefile R-4.0.3\src\main\saveload.c 1988 | |
saveToConn do_saveToConn R-4.0.3\src\main\saveload.c 2318 | |
scan do_scan R-4.0.3\src\main\scan.c 836 | |
search do_search R-4.0.3\src\main\envir.c 2612 | |
seek do_seek R-4.0.3\src\main\connections.c 3736 | |
seq.int do_seq R-4.0.3\src\main\seq.c 801 | |
seq_along do_seq_along R-4.0.3\src\main\seq.c 1025 | |
seq_len do_seq_len R-4.0.3\src\main\seq.c 1061 | |
sequence do_sequence R-4.0.3\src\main\seq.c 1090 | |
serialize do_serialize R-4.0.3\src\main\serialize.c 3228 | |
serializeb do_serialize R-4.0.3\src\main\serialize.c 3228 | |
serializeInfoFromConn do_unserializeFromConn R-4.0.3\src\main\serialize.c 2565 | |
serializeToConn do_serializeToConn R-4.0.3\src\main\serialize.c 2495 | |
serverSocket do_serversocket R-4.0.3\src\main\connections.c 6180 | |
set.seed do_setseed R-4.0.3\src\main\RNG.c 547 | |
setEncoding do_setencoding R-4.0.3\src\main\util.c 1184 | |
seterrmessage do_seterrmessage R-4.0.3\src\main\errors.c 2047 | |
setFileTime do_setFileTime R-4.0.3\src\main\platform.c 3074 | |
setMaxNumMathThreads do_setmaxnumthreads R-4.0.3\src\main\eval.c 8346 | |
setNumMathThreads do_setnumthreads R-4.0.3\src\main\eval.c 8336 | |
setS4Object do_setS4Object R-4.0.3\src\main\objects.c 1748 | |
setSessionTimeLimit do_setSessionTimeLimit R-4.0.3\src\main\sysutils.c 1984 | |
setTimeLimit do_setTimeLimit R-4.0.3\src\main\sysutils.c 1957 | |
setwd do_setwd R-4.0.3\src\main\util.c 764 | |
shell.exec do_shellexec ? | |
shortRowNames do_shortRowNames R-4.0.3\src\main\attrib.c 190 | |
sign do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
signif do_Math2 R-4.0.3\src\main\arithmetic.c 1630 | |
sin do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
sinh do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
sink do_sink R-4.0.3\src\main\connections.c 5177 | |
sink.number do_sinknumber R-4.0.3\src\main\connections.c 5210 | |
sinpi do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
socketAccept do_sockconn R-4.0.3\src\main\connections.c 3428 | |
socketConnection do_sockconn R-4.0.3\src\main\connections.c 3428 | |
socketTimeout do_socktimeout R-4.0.3\src\main\connections.c 6209 | |
sockSelect do_sockselect R-4.0.3\src\main\connections.c 6129 | |
sort do_sort R-4.0.3\src\main\sort.c 387 | |
sorted_fpass do_sorted_fpass R-4.0.3\src\main\sort.c 485 | |
split do_split R-4.0.3\src\main\split.c 29 | |
sprintf do_sprintf R-4.0.3\src\main\sprintf.c 78 | |
sqrt do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
standardGeneric do_standardGeneric R-4.0.3\src\main\objects.c 1261 | |
startsWith do_startsWith R-4.0.3\src\main\character.c 389 | |
stderr do_stderr R-4.0.3\src\main\connections.c 2731 | |
stdin do_stdin R-4.0.3\src\main\connections.c 2700 | |
stdout do_stdout R-4.0.3\src\main\connections.c 2715 | |
stop do_stop R-4.0.3\src\main\errors.c 1250 | |
storage.mode<- do_storage_mode R-4.0.3\src\main\coerce.c 3012 | |
str2expression do_str2lang R-4.0.3\src\main\coerce.c 1632 | |
str2lang do_str2lang R-4.0.3\src\main\coerce.c 1632 | |
strptime do_strptime R-4.0.3\src\main\datetime.c 1037 | |
strrep do_strrep R-4.0.3\src\main\character.c 1662 | |
strsplit do_strsplit R-4.0.3\src\main\grep.c 441 | |
strtoi do_strtoi R-4.0.3\src\main\character.c 1619 | |
strtrim do_strtrim R-4.0.3\src\main\character.c 1543 | |
sub do_gsub R-4.0.3\src\main\grep.c 1875 | |
substitute do_substitute R-4.0.3\src\main\coerce.c 2812 | |
substr do_substr R-4.0.3\src\main\character.c 333 | |
substr<- do_substrgets R-4.0.3\src\main\character.c 542 | |
sum do_summary R-4.0.3\src\main\summary.c 520 | |
summary.connection do_sumconnection R-4.0.3\src\main\connections.c 5293 | |
switch do_switch R-4.0.3\src\main\builtin.c 1034 | |
sys.call do_sys R-4.0.3\src\main\context.c 622 | |
sys.calls do_sys R-4.0.3\src\main\context.c 622 | |
Sys.chmod do_syschmod R-4.0.3\src\main\platform.c 2897 | |
sys.frame do_sys R-4.0.3\src\main\context.c 622 | |
sys.frames do_sys R-4.0.3\src\main\context.c 622 | |
sys.function do_sys R-4.0.3\src\main\context.c 622 | |
Sys.getenv do_getenv R-4.0.3\src\main\sysutils.c 362 | |
Sys.getlocale do_getlocale R-4.0.3\src\main\platform.c 1835 | |
Sys.getpid do_sysgetpid R-4.0.3\src\main\platform.c 2268 | |
Sys.glob do_glob R-4.0.3\src\main\sysutils.c 2021 | |
Sys.info do_sysinfo ? | |
Sys.localeconv do_localeconv R-4.0.3\src\main\platform.c 1974 | |
sys.nframe do_sys R-4.0.3\src\main\context.c 622 | |
sys.on.exit do_sys R-4.0.3\src\main\context.c 622 | |
sys.parent do_sys R-4.0.3\src\main\context.c 622 | |
sys.parents do_sys R-4.0.3\src\main\context.c 622 | |
Sys.readlink do_readlink R-4.0.3\src\main\platform.c 2990 | |
Sys.setenv do_setenv R-4.0.3\src\main\sysutils.c 455 | |
Sys.setlocale do_setlocale R-4.0.3\src\main\platform.c 1867 | |
Sys.sleep do_syssleep R-4.0.3\src\main\platform.c 3385 | |
Sys.time do_systime R-4.0.3\src\main\times.c 139 | |
Sys.umask do_sysumask R-4.0.3\src\main\platform.c 2961 | |
Sys.unsetenv do_unsetenv R-4.0.3\src\main\sysutils.c 494 | |
Sys.which do_syswhich ? | |
system do_system ? | |
t.default do_transpose R-4.0.3\src\main\array.c 1544 | |
tabulate do_tabulate R-4.0.3\src\main\util.c 2509 | |
tan do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
tanh do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
tanpi do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
tcrossprod do_matprod R-4.0.3\src\main\array.c 1228 | |
tempdir do_tempdir R-4.0.3\src\main\sysutils.c 237 | |
tempfile do_tempfile R-4.0.3\src\main\sysutils.c 249 | |
textConnection do_textconnection R-4.0.3\src\main\connections.c 3346 | |
textConnectionValue do_textconvalue R-4.0.3\src\main\connections.c 3408 | |
tolower do_tolower R-4.0.3\src\main\character.c 968 | |
topenv do_topenv R-4.0.3\src\main\envir.c 4179 | |
toupper do_tolower R-4.0.3\src\main\character.c 968 | |
traceback do_traceback R-4.0.3\src\main\errors.c 1521 | |
tracemem do_tracemem R-4.0.3\src\main\debug.c 127 | |
traceOnOff do_traceOnOff R-4.0.3\src\main\debug.c 98 | |
trigamma do_math1 R-4.0.3\src\main\arithmetic.c 1259 | |
trunc do_trunc R-4.0.3\src\main\arithmetic.c 1324 | |
truncate do_truncate R-4.0.3\src\main\connections.c 3761 | |
tryWrap do_tryWrap R-4.0.3\src\main\altclasses.c 1960 | |
typeof do_typeof R-4.0.3\src\main\coerce.c 1933 | |
tzone_name do_tzone_name ? | |
unclass do_unclass R-4.0.3\src\main\objects.c 922 | |
undebug do_debug R-4.0.3\src\main\debug.c 29 | |
unique do_duplicated R-4.0.3\src\main\unique.c 702 | |
unlink do_unlink R-4.0.3\src\main\platform.c 1723 | |
unlist do_unlist R-4.0.3\src\main\bind.c 884 | |
unlockBinding do_lockBnd R-4.0.3\src\main\envir.c 3515 | |
unregisterNamespace do_unregNS R-4.0.3\src\main\envir.c 3743 | |
unserialize do_serialize R-4.0.3\src\main\serialize.c 3228 | |
unserializeFromConn do_unserializeFromConn R-4.0.3\src\main\serialize.c 2565 | |
untracemem do_untracemem R-4.0.3\src\main\debug.c 156 | |
unz do_unz R-4.0.3\src\main\connections.c 3507 | |
url do_url R-4.0.3\src\main\connections.c 5339 | |
UseMethod do_usemethod R-4.0.3\src\main\objects.c 502 | |
utf8ToInt do_utf8ToInt R-4.0.3\src\main\raw.c 241 | |
validEnc do_validEnc R-4.0.3\src\main\util.c 1518 | |
validUTF8 do_validUTF8 R-4.0.3\src\main\util.c 1504 | |
vapply do_vapply R-4.0.3\src\main\apply.c 82 | |
vector do_makevector R-4.0.3\src\main\builtin.c 784 | |
Version do_version R-4.0.3\src\main\version.c 48 | |
warning do_warning R-4.0.3\src\main\errors.c 1274 | |
which do_which R-4.0.3\src\main\summary.c 1090 | |
which.max do_first_min R-4.0.3\src\main\summary.c 996 | |
which.min do_first_min R-4.0.3\src\main\summary.c 996 | |
while do_while R-4.0.3\src\main\eval.c 2411 | |
withVisible do_withVisible R-4.0.3\src\main\eval.c 3381 | |
wrap_meta do_wrap_meta R-4.0.3\src\main\altclasses.c 1946 | |
writeBin do_writebin R-4.0.3\src\main\connections.c 4424 | |
writeChar do_writechar R-4.0.3\src\main\connections.c 4833 | |
writeLines do_writelines R-4.0.3\src\main\connections.c 4019 | |
xtfrm do_xtfrm R-4.0.3\src\main\sort.c 1565 | |
xzfile do_gzfile R-4.0.3\src\main\connections.c 2247 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment