List the functions from a package.

p_functions(package = "base", all = FALSE, character.only = FALSE)

p_funs(package = "base", all = FALSE, character.only = FALSE)

Arguments

package

Name of the package you want the list of functions for.

all

logical. If TRUE all of the functions from the package will be displayed regardless of whether they're exported or not.

character.only

logical. If TRUE the input is a variable containing the package name.

Examples

p_functions()
#>    [1] "!"                                  "!.hexmode"                         
#>    [3] "!.octmode"                          "!="                                
#>    [5] "$"                                  "$.DLLInfo"                         
#>    [7] "$.package_version"                  "$<-"                               
#>    [9] "$<-.POSIXlt"                        "$<-.data.frame"                    
#>   [11] "%%"                                 "%*%"                               
#>   [13] "%/%"                                "%in%"                              
#>   [15] "%o%"                                "%x%"                               
#>   [17] "%||%"                               "&"                                 
#>   [19] "&&"                                 "&.hexmode"                         
#>   [21] "&.octmode"                          "("                                 
#>   [23] "*"                                  "*.difftime"                        
#>   [25] "+"                                  "+.Date"                            
#>   [27] "+.POSIXt"                           "-"                                 
#>   [29] "-.Date"                             "-.POSIXt"                          
#>   [31] "...elt"                             "...length"                         
#>   [33] "...names"                           "..deparseOpts"                     
#>   [35] "..getNamespace"                     ".ArgsEnv"                          
#>   [37] ".AutoloadEnv"                       ".BaseNamespaceEnv"                 
#>   [39] ".C"                                 ".C_R_addTaskCallback"              
#>   [41] ".C_R_getTaskCallbackNames"          ".C_R_removeTaskCallback"           
#>   [43] ".Call"                              ".Call.graphics"                    
#>   [45] ".Date"                              ".Defunct"                          
#>   [47] ".Deprecated"                        ".Device"                           
#>   [49] ".Devices"                           ".External"                         
#>   [51] ".External.graphics"                 ".External2"                        
#>   [53] ".F_dchdc"                           ".F_dqrcf"                          
#>   [55] ".F_dqrdc2"                          ".F_dqrqty"                         
#>   [57] ".F_dqrqy"                           ".F_dqrrsd"                         
#>   [59] ".F_dqrxb"                           ".F_dtrco"                          
#>   [61] ".First.sys"                         ".Fortran"                          
#>   [63] ".GenericArgsEnv"                    ".GlobalEnv"                        
#>   [65] ".Internal"                          ".LC.categories"                    
#>   [67] ".Last.value"                        ".Library"                          
#>   [69] ".Library.site"                      ".Machine"                          
#>   [71] ".NotYetImplemented"                 ".NotYetUsed"                       
#>   [73] ".OptRequireMethods"                 ".Options"                          
#>   [75] ".POSIXct"                           ".POSIXlt"                          
#>   [77] ".Platform"                          ".Primitive"                        
#>   [79] ".S3PrimitiveGenerics"               ".S3_methods_table"                 
#>   [81] ".S3method"                          ".Script"                           
#>   [83] ".TAOCP1997init"                     ".__H__.cbind"                      
#>   [85] ".__H__.rbind"                       ".__S3MethodsTable__."              
#>   [87] ".amatch_bounds"                     ".amatch_costs"                     
#>   [89] ".bincode"                           ".cache_class"                      
#>   [91] ".check_tzones"                      ".class2"                           
#>   [93] ".col"                               ".colMeans"                         
#>   [95] ".colSums"                           ".decode_numeric_version"           
#>   [97] ".deparseOpts"                       ".detach"                           
#>   [99] ".difftime"                          ".doSortWrap"                       
#>  [101] ".doTrace"                           ".doWrap"                           
#>  [103] ".dynLibs"                           ".encode_numeric_version"           
#>  [105] ".expand_R_libs_env_var"             ".format.zeros"                     
#>  [107] ".formula2varlist"                   ".getNamespace"                     
#>  [109] ".getNamespaceInfo"                  ".getRequiredPackages"              
#>  [111] ".getRequiredPackages2"              ".gt"                               
#>  [113] ".gtn"                               ".handleSimpleError"                
#>  [115] ".internalGenerics"                  ".isMethodsDispatchOn"              
#>  [117] ".isOpen"                            ".kappa_tri"                        
#>  [119] ".knownS3Generics"                   ".kronecker"                        
#>  [121] ".leap.seconds"                      ".libPaths"                         
#>  [123] ".makeMessage"                       ".make_numeric_version"             
#>  [125] ".mapply"                            ".maskedMsg"                        
#>  [127] ".mergeExportMethods"                ".mergeImportMethods"               
#>  [129] ".noGenerics"                        ".packageStartupMessage"            
#>  [131] ".packages"                          ".popath"                           
#>  [133] ".pretty"                            ".primTrace"                        
#>  [135] ".primUntrace"                       ".rangeNum"                         
#>  [137] ".rmpkg"                             ".row"                              
#>  [139] ".rowMeans"                          ".rowNamesDF<-"                     
#>  [141] ".rowSums"                           ".row_names_info"                   
#>  [143] ".set_row_names"                     ".signalSimpleWarning"              
#>  [145] ".standard_regexps"                  ".subset"                           
#>  [147] ".subset2"                           ".sys.timezone"                     
#>  [149] ".traceback"                         ".tryResumeInterrupt"               
#>  [151] ".userHooksEnv"                      ".valid.factor"                     
#>  [153] "/"                                  "/.difftime"                        
#>  [155] ":"                                  "::"                                
#>  [157] ":::"                                "<"                                 
#>  [159] "<-"                                 "<<-"                               
#>  [161] "<="                                 "="                                 
#>  [163] "=="                                 ">"                                 
#>  [165] ">="                                 "@"                                 
#>  [167] "@<-"                                "Arg"                               
#>  [169] "Conj"                               "Cstack_info"                       
#>  [171] "Encoding"                           "Encoding<-"                        
#>  [173] "Exec"                               "F"                                 
#>  [175] "Filter"                             "Find"                              
#>  [177] "I"                                  "ISOdate"                           
#>  [179] "ISOdatetime"                        "Im"                                
#>  [181] "LETTERS"                            "La.svd"                            
#>  [183] "La_library"                         "La_version"                        
#>  [185] "Map"                                "Math.Date"                         
#>  [187] "Math.POSIXt"                        "Math.data.frame"                   
#>  [189] "Math.difftime"                      "Math.factor"                       
#>  [191] "Mod"                                "NCOL"                              
#>  [193] "NROW"                               "Negate"                            
#>  [195] "NextMethod"                         "OlsonNames"                        
#>  [197] "Ops.Date"                           "Ops.POSIXt"                        
#>  [199] "Ops.data.frame"                     "Ops.difftime"                      
#>  [201] "Ops.factor"                         "Ops.numeric_version"               
#>  [203] "Ops.ordered"                        "Position"                          
#>  [205] "R.Version"                          "R.home"                            
#>  [207] "R.version"                          "R.version.string"                  
#>  [209] "RNGkind"                            "RNGversion"                        
#>  [211] "R_compiled_by"                      "R_system_version"                  
#>  [213] "Re"                                 "Recall"                            
#>  [215] "Reduce"                             "Summary.Date"                      
#>  [217] "Summary.POSIXct"                    "Summary.POSIXlt"                   
#>  [219] "Summary.data.frame"                 "Summary.difftime"                  
#>  [221] "Summary.factor"                     "Summary.numeric_version"           
#>  [223] "Summary.ordered"                    "Sys.Date"                          
#>  [225] "Sys.chmod"                          "Sys.getenv"                        
#>  [227] "Sys.getlocale"                      "Sys.getpid"                        
#>  [229] "Sys.glob"                           "Sys.info"                          
#>  [231] "Sys.localeconv"                     "Sys.readlink"                      
#>  [233] "Sys.setFileTime"                    "Sys.setLanguage"                   
#>  [235] "Sys.setenv"                         "Sys.setlocale"                     
#>  [237] "Sys.sleep"                          "Sys.time"                          
#>  [239] "Sys.timezone"                       "Sys.umask"                         
#>  [241] "Sys.unsetenv"                       "Sys.which"                         
#>  [243] "T"                                  "Tailcall"                          
#>  [245] "UseMethod"                          "Vectorize"                         
#>  [247] "["                                  "[.AsIs"                            
#>  [249] "[.DLLInfoList"                      "[.Date"                            
#>  [251] "[.Dlist"                            "[.POSIXct"                         
#>  [253] "[.POSIXlt"                          "[.data.frame"                      
#>  [255] "[.difftime"                         "[.factor"                          
#>  [257] "[.hexmode"                          "[.listof"                          
#>  [259] "[.noquote"                          "[.numeric_version"                 
#>  [261] "[.octmode"                          "[.simple.list"                     
#>  [263] "[.table"                            "[.warnings"                        
#>  [265] "[<-"                                "[<-.Date"                          
#>  [267] "[<-.POSIXct"                        "[<-.POSIXlt"                       
#>  [269] "[<-.data.frame"                     "[<-.difftime"                      
#>  [271] "[<-.factor"                         "[<-.numeric_version"               
#>  [273] "[["                                 "[[.Date"                           
#>  [275] "[[.POSIXct"                         "[[.POSIXlt"                        
#>  [277] "[[.data.frame"                      "[[.factor"                         
#>  [279] "[[.numeric_version"                 "[[<-"                              
#>  [281] "[[<-.POSIXlt"                       "[[<-.data.frame"                   
#>  [283] "[[<-.factor"                        "[[<-.numeric_version"              
#>  [285] "^"                                  "abbreviate"                        
#>  [287] "abs"                                "acos"                              
#>  [289] "acosh"                              "activeBindingFunction"             
#>  [291] "addNA"                              "addTaskCallback"                   
#>  [293] "agrep"                              "agrepl"                            
#>  [295] "alist"                              "all"                               
#>  [297] "all.equal"                          "all.equal.POSIXt"                  
#>  [299] "all.equal.character"                "all.equal.default"                 
#>  [301] "all.equal.envRefClass"              "all.equal.environment"             
#>  [303] "all.equal.factor"                   "all.equal.formula"                 
#>  [305] "all.equal.function"                 "all.equal.language"                
#>  [307] "all.equal.list"                     "all.equal.numeric"                 
#>  [309] "all.equal.raw"                      "all.names"                         
#>  [311] "all.vars"                           "allowInterrupts"                   
#>  [313] "any"                                "anyDuplicated"                     
#>  [315] "anyDuplicated.array"                "anyDuplicated.data.frame"          
#>  [317] "anyDuplicated.default"              "anyDuplicated.matrix"              
#>  [319] "anyNA"                              "anyNA.POSIXlt"                     
#>  [321] "anyNA.data.frame"                   "anyNA.numeric_version"             
#>  [323] "aperm"                              "aperm.default"                     
#>  [325] "aperm.table"                        "append"                            
#>  [327] "apply"                              "args"                              
#>  [329] "array"                              "array2DF"                          
#>  [331] "arrayInd"                           "as.Date"                           
#>  [333] "as.Date.POSIXct"                    "as.Date.POSIXlt"                   
#>  [335] "as.Date.character"                  "as.Date.default"                   
#>  [337] "as.Date.factor"                     "as.Date.numeric"                   
#>  [339] "as.POSIXct"                         "as.POSIXct.Date"                   
#>  [341] "as.POSIXct.POSIXlt"                 "as.POSIXct.default"                
#>  [343] "as.POSIXct.numeric"                 "as.POSIXlt"                        
#>  [345] "as.POSIXlt.Date"                    "as.POSIXlt.POSIXct"                
#>  [347] "as.POSIXlt.character"               "as.POSIXlt.default"                
#>  [349] "as.POSIXlt.factor"                  "as.POSIXlt.numeric"                
#>  [351] "as.array"                           "as.array.default"                  
#>  [353] "as.call"                            "as.character"                      
#>  [355] "as.character.Date"                  "as.character.POSIXt"               
#>  [357] "as.character.condition"             "as.character.default"              
#>  [359] "as.character.error"                 "as.character.factor"               
#>  [361] "as.character.hexmode"               "as.character.numeric_version"      
#>  [363] "as.character.octmode"               "as.character.srcref"               
#>  [365] "as.complex"                         "as.data.frame"                     
#>  [367] "as.data.frame.AsIs"                 "as.data.frame.Date"                
#>  [369] "as.data.frame.POSIXct"              "as.data.frame.POSIXlt"             
#>  [371] "as.data.frame.array"                "as.data.frame.character"           
#>  [373] "as.data.frame.complex"              "as.data.frame.data.frame"          
#>  [375] "as.data.frame.default"              "as.data.frame.difftime"            
#>  [377] "as.data.frame.factor"               "as.data.frame.integer"             
#>  [379] "as.data.frame.list"                 "as.data.frame.logical"             
#>  [381] "as.data.frame.matrix"               "as.data.frame.model.matrix"        
#>  [383] "as.data.frame.noquote"              "as.data.frame.numeric"             
#>  [385] "as.data.frame.numeric_version"      "as.data.frame.ordered"             
#>  [387] "as.data.frame.raw"                  "as.data.frame.table"               
#>  [389] "as.data.frame.ts"                   "as.data.frame.vector"              
#>  [391] "as.difftime"                        "as.double"                         
#>  [393] "as.double.POSIXlt"                  "as.double.difftime"                
#>  [395] "as.environment"                     "as.expression"                     
#>  [397] "as.expression.default"              "as.factor"                         
#>  [399] "as.function"                        "as.function.default"               
#>  [401] "as.hexmode"                         "as.integer"                        
#>  [403] "as.list"                            "as.list.Date"                      
#>  [405] "as.list.POSIXct"                    "as.list.POSIXlt"                   
#>  [407] "as.list.data.frame"                 "as.list.default"                   
#>  [409] "as.list.difftime"                   "as.list.environment"               
#>  [411] "as.list.factor"                     "as.list.function"                  
#>  [413] "as.list.numeric_version"            "as.logical"                        
#>  [415] "as.logical.factor"                  "as.matrix"                         
#>  [417] "as.matrix.POSIXlt"                  "as.matrix.data.frame"              
#>  [419] "as.matrix.default"                  "as.matrix.noquote"                 
#>  [421] "as.name"                            "as.null"                           
#>  [423] "as.null.default"                    "as.numeric"                        
#>  [425] "as.numeric_version"                 "as.octmode"                        
#>  [427] "as.ordered"                         "as.package_version"                
#>  [429] "as.pairlist"                        "as.qr"                             
#>  [431] "as.raw"                             "as.single"                         
#>  [433] "as.single.default"                  "as.symbol"                         
#>  [435] "as.table"                           "as.table.default"                  
#>  [437] "as.vector"                          "as.vector.POSIXlt"                 
#>  [439] "as.vector.data.frame"               "as.vector.factor"                  
#>  [441] "asNamespace"                        "asS3"                              
#>  [443] "asS4"                               "asin"                              
#>  [445] "asinh"                              "asplit"                            
#>  [447] "assign"                             "atan"                              
#>  [449] "atan2"                              "atanh"                             
#>  [451] "attach"                             "attachNamespace"                   
#>  [453] "attr"                               "attr.all.equal"                    
#>  [455] "attr<-"                             "attributes"                        
#>  [457] "attributes<-"                       "autoload"                          
#>  [459] "autoloader"                         "backsolve"                         
#>  [461] "balancePOSIXlt"                     "baseenv"                           
#>  [463] "basename"                           "besselI"                           
#>  [465] "besselJ"                            "besselK"                           
#>  [467] "besselY"                            "beta"                              
#>  [469] "bindingIsActive"                    "bindingIsLocked"                   
#>  [471] "bindtextdomain"                     "bitwAnd"                           
#>  [473] "bitwNot"                            "bitwOr"                            
#>  [475] "bitwShiftL"                         "bitwShiftR"                        
#>  [477] "bitwXor"                            "body"                              
#>  [479] "body<-"                             "bquote"                            
#>  [481] "break"                              "browser"                           
#>  [483] "browserCondition"                   "browserSetDebug"                   
#>  [485] "browserText"                        "builtins"                          
#>  [487] "by"                                 "by.data.frame"                     
#>  [489] "by.default"                         "bzfile"                            
#>  [491] "c"                                  "c.Date"                            
#>  [493] "c.POSIXct"                          "c.POSIXlt"                         
#>  [495] "c.difftime"                         "c.factor"                          
#>  [497] "c.noquote"                          "c.numeric_version"                 
#>  [499] "c.warnings"                         "call"                              
#>  [501] "callCC"                             "capabilities"                      
#>  [503] "casefold"                           "cat"                               
#>  [505] "cbind"                              "cbind.data.frame"                  
#>  [507] "ceiling"                            "char.expand"                       
#>  [509] "charToRaw"                          "character"                         
#>  [511] "charmatch"                          "chartr"                            
#>  [513] "chkDots"                            "chol"                              
#>  [515] "chol.default"                       "chol2inv"                          
#>  [517] "choose"                             "chooseOpsMethod"                   
#>  [519] "chooseOpsMethod.default"            "class"                             
#>  [521] "class<-"                            "clearPushBack"                     
#>  [523] "close"                              "close.connection"                  
#>  [525] "close.srcfile"                      "close.srcfilealias"                
#>  [527] "closeAllConnections"                "col"                               
#>  [529] "colMeans"                           "colSums"                           
#>  [531] "colnames"                           "colnames<-"                        
#>  [533] "commandArgs"                        "comment"                           
#>  [535] "comment<-"                          "complex"                           
#>  [537] "computeRestarts"                    "conditionCall"                     
#>  [539] "conditionCall.condition"            "conditionMessage"                  
#>  [541] "conditionMessage.condition"         "conflictRules"                     
#>  [543] "conflicts"                          "contributors"                      
#>  [545] "cos"                                "cosh"                              
#>  [547] "cospi"                              "crossprod"                         
#>  [549] "cummax"                             "cummin"                            
#>  [551] "cumprod"                            "cumsum"                            
#>  [553] "curlGetHeaders"                     "cut"                               
#>  [555] "cut.Date"                           "cut.POSIXt"                        
#>  [557] "cut.default"                        "dQuote"                            
#>  [559] "data.class"                         "data.frame"                        
#>  [561] "data.matrix"                        "date"                              
#>  [563] "debug"                              "debuggingState"                    
#>  [565] "debugonce"                          "declare"                           
#>  [567] "default.stringsAsFactors"           "delayedAssign"                     
#>  [569] "deparse"                            "deparse1"                          
#>  [571] "det"                                "detach"                            
#>  [573] "determinant"                        "determinant.matrix"                
#>  [575] "dget"                               "diag"                              
#>  [577] "diag<-"                             "diff"                              
#>  [579] "diff.Date"                          "diff.POSIXt"                       
#>  [581] "diff.default"                       "diff.difftime"                     
#>  [583] "difftime"                           "digamma"                           
#>  [585] "dim"                                "dim.data.frame"                    
#>  [587] "dim<-"                              "dimnames"                          
#>  [589] "dimnames.data.frame"                "dimnames<-"                        
#>  [591] "dimnames<-.data.frame"              "dir"                               
#>  [593] "dir.create"                         "dir.exists"                        
#>  [595] "dirname"                            "do.call"                           
#>  [597] "dontCheck"                          "double"                            
#>  [599] "dput"                               "drop"                              
#>  [601] "droplevels"                         "droplevels.data.frame"             
#>  [603] "droplevels.factor"                  "dump"                              
#>  [605] "duplicated"                         "duplicated.POSIXlt"                
#>  [607] "duplicated.array"                   "duplicated.data.frame"             
#>  [609] "duplicated.default"                 "duplicated.matrix"                 
#>  [611] "duplicated.numeric_version"         "duplicated.warnings"               
#>  [613] "dyn.load"                           "dyn.unload"                        
#>  [615] "dynGet"                             "eapply"                            
#>  [617] "eigen"                              "emptyenv"                          
#>  [619] "enc2native"                         "enc2utf8"                          
#>  [621] "encodeString"                       "endsWith"                          
#>  [623] "enquote"                            "env.profile"                       
#>  [625] "environment"                        "environment<-"                     
#>  [627] "environmentIsLocked"                "environmentName"                   
#>  [629] "errorCondition"                     "eval"                              
#>  [631] "eval.parent"                        "evalq"                             
#>  [633] "exists"                             "exp"                               
#>  [635] "expand.grid"                        "expm1"                             
#>  [637] "expression"                         "extSoftVersion"                    
#>  [639] "factor"                             "factorial"                         
#>  [641] "fifo"                               "file"                              
#>  [643] "file.access"                        "file.append"                       
#>  [645] "file.choose"                        "file.copy"                         
#>  [647] "file.create"                        "file.exists"                       
#>  [649] "file.info"                          "file.link"                         
#>  [651] "file.mode"                          "file.mtime"                        
#>  [653] "file.path"                          "file.remove"                       
#>  [655] "file.rename"                        "file.show"                         
#>  [657] "file.size"                          "file.symlink"                      
#>  [659] "find.package"                       "findInterval"                      
#>  [661] "findPackageEnv"                     "findRestart"                       
#>  [663] "floor"                              "flush"                             
#>  [665] "flush.connection"                   "for"                               
#>  [667] "force"                              "forceAndCall"                      
#>  [669] "formals"                            "formals<-"                         
#>  [671] "format"                             "format.AsIs"                       
#>  [673] "format.Date"                        "format.POSIXct"                    
#>  [675] "format.POSIXlt"                     "format.data.frame"                 
#>  [677] "format.default"                     "format.difftime"                   
#>  [679] "format.factor"                      "format.hexmode"                    
#>  [681] "format.info"                        "format.libraryIQR"                 
#>  [683] "format.numeric_version"             "format.octmode"                    
#>  [685] "format.packageInfo"                 "format.pval"                       
#>  [687] "format.summaryDefault"              "formatC"                           
#>  [689] "formatDL"                           "forwardsolve"                      
#>  [691] "function"                           "gamma"                             
#>  [693] "gc"                                 "gc.time"                           
#>  [695] "gcinfo"                             "gctorture"                         
#>  [697] "gctorture2"                         "get"                               
#>  [699] "get0"                               "getAllConnections"                 
#>  [701] "getCallingDLL"                      "getCallingDLLe"                    
#>  [703] "getConnection"                      "getDLLRegisteredRoutines"          
#>  [705] "getDLLRegisteredRoutines.DLLInfo"   "getDLLRegisteredRoutines.character"
#>  [707] "getElement"                         "getExportedValue"                  
#>  [709] "getHook"                            "getLoadedDLLs"                     
#>  [711] "getNamespace"                       "getNamespaceExports"               
#>  [713] "getNamespaceImports"                "getNamespaceInfo"                  
#>  [715] "getNamespaceName"                   "getNamespaceUsers"                 
#>  [717] "getNamespaceVersion"                "getNativeSymbolInfo"               
#>  [719] "getOption"                          "getRversion"                       
#>  [721] "getSrcLines"                        "getTaskCallbackNames"              
#>  [723] "geterrmessage"                      "gettext"                           
#>  [725] "gettextf"                           "getwd"                             
#>  [727] "gl"                                 "globalCallingHandlers"             
#>  [729] "globalenv"                          "gregexec"                          
#>  [731] "gregexpr"                           "grep"                              
#>  [733] "grepRaw"                            "grepl"                             
#>  [735] "grouping"                           "gsub"                              
#>  [737] "gzcon"                              "gzfile"                            
#>  [739] "iconv"                              "iconvlist"                         
#>  [741] "icuGetCollate"                      "icuSetCollate"                     
#>  [743] "identical"                          "identity"                          
#>  [745] "if"                                 "ifelse"                            
#>  [747] "importIntoEnv"                      "infoRDS"                           
#>  [749] "inherits"                           "intToBits"                         
#>  [751] "intToUtf8"                          "integer"                           
#>  [753] "interaction"                        "interactive"                       
#>  [755] "intersect"                          "inverse.rle"                       
#>  [757] "invisible"                          "invokeRestart"                     
#>  [759] "invokeRestartInteractively"         "is.R"                              
#>  [761] "is.array"                           "is.atomic"                         
#>  [763] "is.call"                            "is.character"                      
#>  [765] "is.complex"                         "is.data.frame"                     
#>  [767] "is.double"                          "is.element"                        
#>  [769] "is.environment"                     "is.expression"                     
#>  [771] "is.factor"                          "is.finite"                         
#>  [773] "is.finite.POSIXlt"                  "is.function"                       
#>  [775] "is.infinite"                        "is.infinite.POSIXlt"               
#>  [777] "is.integer"                         "is.language"                       
#>  [779] "is.list"                            "is.loaded"                         
#>  [781] "is.logical"                         "is.matrix"                         
#>  [783] "is.na"                              "is.na.POSIXlt"                     
#>  [785] "is.na.data.frame"                   "is.na.numeric_version"             
#>  [787] "is.na<-"                            "is.na<-.default"                   
#>  [789] "is.na<-.factor"                     "is.na<-.numeric_version"           
#>  [791] "is.name"                            "is.nan"                            
#>  [793] "is.nan.POSIXlt"                     "is.null"                           
#>  [795] "is.numeric"                         "is.numeric.Date"                   
#>  [797] "is.numeric.POSIXt"                  "is.numeric.difftime"               
#>  [799] "is.numeric_version"                 "is.object"                         
#>  [801] "is.ordered"                         "is.package_version"                
#>  [803] "is.pairlist"                        "is.primitive"                      
#>  [805] "is.qr"                              "is.raw"                            
#>  [807] "is.recursive"                       "is.single"                         
#>  [809] "is.symbol"                          "is.table"                          
#>  [811] "is.unsorted"                        "is.vector"                         
#>  [813] "isBaseNamespace"                    "isFALSE"                           
#>  [815] "isIncomplete"                       "isNamespace"                       
#>  [817] "isNamespaceLoaded"                  "isOpen"                            
#>  [819] "isRestart"                          "isS4"                              
#>  [821] "isSeekable"                         "isSymmetric"                       
#>  [823] "isSymmetric.matrix"                 "isTRUE"                            
#>  [825] "isa"                                "isatty"                            
#>  [827] "isdebugged"                         "jitter"                            
#>  [829] "julian"                             "julian.Date"                       
#>  [831] "julian.POSIXt"                      "kappa"                             
#>  [833] "kappa.default"                      "kappa.lm"                          
#>  [835] "kappa.qr"                           "kronecker"                         
#>  [837] "l10n_info"                          "labels"                            
#>  [839] "labels.default"                     "lapply"                            
#>  [841] "lazyLoad"                           "lazyLoadDBexec"                    
#>  [843] "lazyLoadDBfetch"                    "lbeta"                             
#>  [845] "lchoose"                            "length"                            
#>  [847] "length.POSIXlt"                     "length<-"                          
#>  [849] "length<-.Date"                      "length<-.POSIXct"                  
#>  [851] "length<-.POSIXlt"                   "length<-.difftime"                 
#>  [853] "length<-.factor"                    "lengths"                           
#>  [855] "letters"                            "levels"                            
#>  [857] "levels.default"                     "levels<-"                          
#>  [859] "levels<-.factor"                    "lfactorial"                        
#>  [861] "lgamma"                             "libcurlVersion"                    
#>  [863] "library"                            "library.dynam"                     
#>  [865] "library.dynam.unload"               "licence"                           
#>  [867] "license"                            "list"                              
#>  [869] "list.dirs"                          "list.files"                        
#>  [871] "list2DF"                            "list2env"                          
#>  [873] "load"                               "loadNamespace"                     
#>  [875] "loadedNamespaces"                   "loadingNamespaceInfo"              
#>  [877] "local"                              "lockBinding"                       
#>  [879] "lockEnvironment"                    "log"                               
#>  [881] "log10"                              "log1p"                             
#>  [883] "log2"                               "logb"                              
#>  [885] "logical"                            "lower.tri"                         
#>  [887] "ls"                                 "make.names"                        
#>  [889] "make.unique"                        "makeActiveBinding"                 
#>  [891] "mapply"                             "margin.table"                      
#>  [893] "marginSums"                         "mat.or.vec"                        
#>  [895] "match"                              "match.arg"                         
#>  [897] "match.call"                         "match.fun"                         
#>  [899] "matrix"                             "max"                               
#>  [901] "max.col"                            "mean"                              
#>  [903] "mean.Date"                          "mean.POSIXct"                      
#>  [905] "mean.POSIXlt"                       "mean.default"                      
#>  [907] "mean.difftime"                      "mem.maxNSize"                      
#>  [909] "mem.maxVSize"                       "memCompress"                       
#>  [911] "memDecompress"                      "memory.profile"                    
#>  [913] "merge"                              "merge.data.frame"                  
#>  [915] "merge.default"                      "message"                           
#>  [917] "mget"                               "min"                               
#>  [919] "missing"                            "mode"                              
#>  [921] "mode<-"                             "month.abb"                         
#>  [923] "month.name"                         "months"                            
#>  [925] "months.Date"                        "months.POSIXt"                     
#>  [927] "mostattributes<-"                   "mtfrm"                             
#>  [929] "mtfrm.POSIXct"                      "mtfrm.POSIXlt"                     
#>  [931] "mtfrm.default"                      "nameOfClass"                       
#>  [933] "nameOfClass.default"                "names"                             
#>  [935] "names.POSIXlt"                      "names<-"                           
#>  [937] "names<-.POSIXlt"                    "namespaceExport"                   
#>  [939] "namespaceImport"                    "namespaceImportClasses"            
#>  [941] "namespaceImportFrom"                "namespaceImportMethods"            
#>  [943] "nargs"                              "nchar"                             
#>  [945] "ncol"                               "new.env"                           
#>  [947] "next"                               "ngettext"                          
#>  [949] "nlevels"                            "noquote"                           
#>  [951] "norm"                               "normalizePath"                     
#>  [953] "nrow"                               "nullfile"                          
#>  [955] "numToBits"                          "numToInts"                         
#>  [957] "numeric"                            "numeric_version"                   
#>  [959] "nzchar"                             "objects"                           
#>  [961] "oldClass"                           "oldClass<-"                        
#>  [963] "on.exit"                            "open"                              
#>  [965] "open.connection"                    "open.srcfile"                      
#>  [967] "open.srcfilealias"                  "open.srcfilecopy"                  
#>  [969] "options"                            "order"                             
#>  [971] "ordered"                            "outer"                             
#>  [973] "packBits"                           "packageEvent"                      
#>  [975] "packageHasNamespace"                "packageNotFoundError"              
#>  [977] "packageStartupMessage"              "package_version"                   
#>  [979] "pairlist"                           "parent.env"                        
#>  [981] "parent.env<-"                       "parent.frame"                      
#>  [983] "parse"                              "parseNamespaceFile"                
#>  [985] "paste"                              "paste0"                            
#>  [987] "path.expand"                        "path.package"                      
#>  [989] "pcre_config"                        "pi"                                
#>  [991] "pipe"                               "plot"                              
#>  [993] "pmatch"                             "pmax"                              
#>  [995] "pmax.int"                           "pmin"                              
#>  [997] "pmin.int"                           "polyroot"                          
#>  [999] "pos.to.env"                         "pretty"                            
#> [1001] "pretty.default"                     "prettyNum"                         
#> [1003] "print"                              "print.AsIs"                        
#> [1005] "print.DLLInfo"                      "print.DLLInfoList"                 
#> [1007] "print.DLLRegisteredRoutines"        "print.Date"                        
#> [1009] "print.Dlist"                        "print.NativeRoutineList"           
#> [1011] "print.POSIXct"                      "print.POSIXlt"                     
#> [1013] "print.by"                           "print.condition"                   
#> [1015] "print.connection"                   "print.data.frame"                  
#> [1017] "print.default"                      "print.difftime"                    
#> [1019] "print.eigen"                        "print.factor"                      
#> [1021] "print.function"                     "print.hexmode"                     
#> [1023] "print.libraryIQR"                   "print.listof"                      
#> [1025] "print.noquote"                      "print.numeric_version"             
#> [1027] "print.octmode"                      "print.packageInfo"                 
#> [1029] "print.proc_time"                    "print.restart"                     
#> [1031] "print.rle"                          "print.simple.list"                 
#> [1033] "print.srcfile"                      "print.srcref"                      
#> [1035] "print.summary.table"                "print.summary.warnings"            
#> [1037] "print.summaryDefault"               "print.table"                       
#> [1039] "print.warnings"                     "prmatrix"                          
#> [1041] "proc.time"                          "prod"                              
#> [1043] "prop.table"                         "proportions"                       
#> [1045] "provideDimnames"                    "psigamma"                          
#> [1047] "pushBack"                           "pushBackLength"                    
#> [1049] "q"                                  "qr"                                
#> [1051] "qr.Q"                               "qr.R"                              
#> [1053] "qr.X"                               "qr.coef"                           
#> [1055] "qr.default"                         "qr.fitted"                         
#> [1057] "qr.qty"                             "qr.qy"                             
#> [1059] "qr.resid"                           "qr.solve"                          
#> [1061] "quarters"                           "quarters.Date"                     
#> [1063] "quarters.POSIXt"                    "quit"                              
#> [1065] "quote"                              "range"                             
#> [1067] "range.Date"                         "range.POSIXct"                     
#> [1069] "range.default"                      "rank"                              
#> [1071] "rapply"                             "raw"                               
#> [1073] "rawConnection"                      "rawConnectionValue"                
#> [1075] "rawShift"                           "rawToBits"                         
#> [1077] "rawToChar"                          "rbind"                             
#> [1079] "rbind.data.frame"                   "rcond"                             
#> [1081] "read.dcf"                           "readBin"                           
#> [1083] "readChar"                           "readLines"                         
#> [1085] "readRDS"                            "readRenviron"                      
#> [1087] "readline"                           "reg.finalizer"                     
#> [1089] "regexec"                            "regexpr"                           
#> [1091] "registerS3method"                   "registerS3methods"                 
#> [1093] "regmatches"                         "regmatches<-"                      
#> [1095] "remove"                             "removeTaskCallback"                
#> [1097] "rep"                                "rep.Date"                          
#> [1099] "rep.POSIXct"                        "rep.POSIXlt"                       
#> [1101] "rep.difftime"                       "rep.factor"                        
#> [1103] "rep.int"                            "rep.numeric_version"               
#> [1105] "rep_len"                            "repeat"                            
#> [1107] "replace"                            "replicate"                         
#> [1109] "require"                            "requireNamespace"                  
#> [1111] "restartDescription"                 "restartFormals"                    
#> [1113] "retracemem"                         "return"                            
#> [1115] "returnValue"                        "rev"                               
#> [1117] "rev.default"                        "rle"                               
#> [1119] "rm"                                 "round"                             
#> [1121] "round.Date"                         "round.POSIXt"                      
#> [1123] "row"                                "row.names"                         
#> [1125] "row.names.data.frame"               "row.names.default"                 
#> [1127] "row.names<-"                        "row.names<-.data.frame"            
#> [1129] "row.names<-.default"                "rowMeans"                          
#> [1131] "rowSums"                            "rownames"                          
#> [1133] "rownames<-"                         "rowsum"                            
#> [1135] "rowsum.data.frame"                  "rowsum.default"                    
#> [1137] "sQuote"                             "sample"                            
#> [1139] "sample.int"                         "sapply"                            
#> [1141] "save"                               "save.image"                        
#> [1143] "saveRDS"                            "scale"                             
#> [1145] "scale.default"                      "scan"                              
#> [1147] "search"                             "searchpaths"                       
#> [1149] "seek"                               "seek.connection"                   
#> [1151] "seq"                                "seq.Date"                          
#> [1153] "seq.POSIXt"                         "seq.default"                       
#> [1155] "seq.int"                            "seq_along"                         
#> [1157] "seq_len"                            "sequence"                          
#> [1159] "sequence.default"                   "serialize"                         
#> [1161] "serverSocket"                       "set.seed"                          
#> [1163] "setHook"                            "setNamespaceInfo"                  
#> [1165] "setSessionTimeLimit"                "setTimeLimit"                      
#> [1167] "setdiff"                            "setequal"                          
#> [1169] "setwd"                              "shQuote"                           
#> [1171] "showConnections"                    "sign"                              
#> [1173] "signalCondition"                    "signif"                            
#> [1175] "simpleCondition"                    "simpleError"                       
#> [1177] "simpleMessage"                      "simpleWarning"                     
#> [1179] "simplify2array"                     "sin"                               
#> [1181] "single"                             "sinh"                              
#> [1183] "sink"                               "sink.number"                       
#> [1185] "sinpi"                              "slice.index"                       
#> [1187] "socketAccept"                       "socketConnection"                  
#> [1189] "socketSelect"                       "socketTimeout"                     
#> [1191] "solve"                              "solve.default"                     
#> [1193] "solve.qr"                           "sort"                              
#> [1195] "sort.POSIXlt"                       "sort.default"                      
#> [1197] "sort.int"                           "sort.list"                         
#> [1199] "sort_by"                            "sort_by.data.frame"                
#> [1201] "sort_by.default"                    "source"                            
#> [1203] "split"                              "split.Date"                        
#> [1205] "split.POSIXct"                      "split.data.frame"                  
#> [1207] "split.default"                      "split<-"                           
#> [1209] "split<-.data.frame"                 "split<-.default"                   
#> [1211] "sprintf"                            "sqrt"                              
#> [1213] "srcfile"                            "srcfilealias"                      
#> [1215] "srcfilecopy"                        "srcref"                            
#> [1217] "standardGeneric"                    "startsWith"                        
#> [1219] "stderr"                             "stdin"                             
#> [1221] "stdout"                             "stop"                              
#> [1223] "stopifnot"                          "storage.mode"                      
#> [1225] "storage.mode<-"                     "str2expression"                    
#> [1227] "str2lang"                           "strftime"                          
#> [1229] "strptime"                           "strrep"                            
#> [1231] "strsplit"                           "strtoi"                            
#> [1233] "strtrim"                            "structure"                         
#> [1235] "strwrap"                            "sub"                               
#> [1237] "subset"                             "subset.data.frame"                 
#> [1239] "subset.default"                     "subset.matrix"                     
#> [1241] "substitute"                         "substr"                            
#> [1243] "substr<-"                           "substring"                         
#> [1245] "substring<-"                        "sum"                               
#> [1247] "summary"                            "summary.Date"                      
#> [1249] "summary.POSIXct"                    "summary.POSIXlt"                   
#> [1251] "summary.connection"                 "summary.data.frame"                
#> [1253] "summary.default"                    "summary.factor"                    
#> [1255] "summary.matrix"                     "summary.proc_time"                 
#> [1257] "summary.srcfile"                    "summary.srcref"                    
#> [1259] "summary.table"                      "summary.warnings"                  
#> [1261] "suppressMessages"                   "suppressPackageStartupMessages"    
#> [1263] "suppressWarnings"                   "suspendInterrupts"                 
#> [1265] "svd"                                "sweep"                             
#> [1267] "switch"                             "sys.call"                          
#> [1269] "sys.calls"                          "sys.frame"                         
#> [1271] "sys.frames"                         "sys.function"                      
#> [1273] "sys.load.image"                     "sys.nframe"                        
#> [1275] "sys.on.exit"                        "sys.parent"                        
#> [1277] "sys.parents"                        "sys.save.image"                    
#> [1279] "sys.source"                         "sys.status"                        
#> [1281] "system"                             "system.file"                       
#> [1283] "system.time"                        "system2"                           
#> [1285] "t"                                  "t.data.frame"                      
#> [1287] "t.default"                          "table"                             
#> [1289] "tabulate"                           "tan"                               
#> [1291] "tanh"                               "tanpi"                             
#> [1293] "tapply"                             "taskCallbackManager"               
#> [1295] "tcrossprod"                         "tempdir"                           
#> [1297] "tempfile"                           "textConnection"                    
#> [1299] "textConnectionValue"                "toString"                          
#> [1301] "toString.default"                   "tolower"                           
#> [1303] "topenv"                             "toupper"                           
#> [1305] "trace"                              "traceback"                         
#> [1307] "tracemem"                           "tracingState"                      
#> [1309] "transform"                          "transform.data.frame"              
#> [1311] "transform.default"                  "trigamma"                          
#> [1313] "trimws"                             "trunc"                             
#> [1315] "trunc.Date"                         "trunc.POSIXt"                      
#> [1317] "truncate"                           "truncate.connection"               
#> [1319] "try"                                "tryCatch"                          
#> [1321] "tryInvokeRestart"                   "typeof"                            
#> [1323] "unCfillPOSIXlt"                     "unclass"                           
#> [1325] "undebug"                            "union"                             
#> [1327] "unique"                             "unique.POSIXlt"                    
#> [1329] "unique.array"                       "unique.data.frame"                 
#> [1331] "unique.default"                     "unique.matrix"                     
#> [1333] "unique.numeric_version"             "unique.warnings"                   
#> [1335] "units"                              "units.difftime"                    
#> [1337] "units<-"                            "units<-.difftime"                  
#> [1339] "unix.time"                          "unlink"                            
#> [1341] "unlist"                             "unloadNamespace"                   
#> [1343] "unlockBinding"                      "unname"                            
#> [1345] "unserialize"                        "unsplit"                           
#> [1347] "untrace"                            "untracemem"                        
#> [1349] "unz"                                "upper.tri"                         
#> [1351] "url"                                "use"                               
#> [1353] "utf8ToInt"                          "validEnc"                          
#> [1355] "validUTF8"                          "vapply"                            
#> [1357] "vector"                             "version"                           
#> [1359] "warning"                            "warningCondition"                  
#> [1361] "warnings"                           "weekdays"                          
#> [1363] "weekdays.Date"                      "weekdays.POSIXt"                   
#> [1365] "which"                              "which.max"                         
#> [1367] "which.min"                          "while"                             
#> [1369] "with"                               "with.default"                      
#> [1371] "withAutoprint"                      "withCallingHandlers"               
#> [1373] "withRestarts"                       "withVisible"                       
#> [1375] "within"                             "within.data.frame"                 
#> [1377] "within.list"                        "write"                             
#> [1379] "write.dcf"                          "writeBin"                          
#> [1381] "writeChar"                          "writeLines"                        
#> [1383] "xor"                                "xpdrows.data.frame"                
#> [1385] "xtfrm"                              "xtfrm.AsIs"                        
#> [1387] "xtfrm.Date"                         "xtfrm.POSIXct"                     
#> [1389] "xtfrm.POSIXlt"                      "xtfrm.data.frame"                  
#> [1391] "xtfrm.default"                      "xtfrm.difftime"                    
#> [1393] "xtfrm.factor"                       "xtfrm.numeric_version"             
#> [1395] "xzfile"                             "zapsmall"                          
#> [1397] "{"                                  "|"                                 
#> [1399] "|.hexmode"                          "|.octmode"                         
#> [1401] "||"                                 "~"                                 
p_funs()
#>    [1] "!"                                  "!.hexmode"                         
#>    [3] "!.octmode"                          "!="                                
#>    [5] "$"                                  "$.DLLInfo"                         
#>    [7] "$.package_version"                  "$<-"                               
#>    [9] "$<-.POSIXlt"                        "$<-.data.frame"                    
#>   [11] "%%"                                 "%*%"                               
#>   [13] "%/%"                                "%in%"                              
#>   [15] "%o%"                                "%x%"                               
#>   [17] "%||%"                               "&"                                 
#>   [19] "&&"                                 "&.hexmode"                         
#>   [21] "&.octmode"                          "("                                 
#>   [23] "*"                                  "*.difftime"                        
#>   [25] "+"                                  "+.Date"                            
#>   [27] "+.POSIXt"                           "-"                                 
#>   [29] "-.Date"                             "-.POSIXt"                          
#>   [31] "...elt"                             "...length"                         
#>   [33] "...names"                           "..deparseOpts"                     
#>   [35] "..getNamespace"                     ".ArgsEnv"                          
#>   [37] ".AutoloadEnv"                       ".BaseNamespaceEnv"                 
#>   [39] ".C"                                 ".C_R_addTaskCallback"              
#>   [41] ".C_R_getTaskCallbackNames"          ".C_R_removeTaskCallback"           
#>   [43] ".Call"                              ".Call.graphics"                    
#>   [45] ".Date"                              ".Defunct"                          
#>   [47] ".Deprecated"                        ".Device"                           
#>   [49] ".Devices"                           ".External"                         
#>   [51] ".External.graphics"                 ".External2"                        
#>   [53] ".F_dchdc"                           ".F_dqrcf"                          
#>   [55] ".F_dqrdc2"                          ".F_dqrqty"                         
#>   [57] ".F_dqrqy"                           ".F_dqrrsd"                         
#>   [59] ".F_dqrxb"                           ".F_dtrco"                          
#>   [61] ".First.sys"                         ".Fortran"                          
#>   [63] ".GenericArgsEnv"                    ".GlobalEnv"                        
#>   [65] ".Internal"                          ".LC.categories"                    
#>   [67] ".Last.value"                        ".Library"                          
#>   [69] ".Library.site"                      ".Machine"                          
#>   [71] ".NotYetImplemented"                 ".NotYetUsed"                       
#>   [73] ".OptRequireMethods"                 ".Options"                          
#>   [75] ".POSIXct"                           ".POSIXlt"                          
#>   [77] ".Platform"                          ".Primitive"                        
#>   [79] ".S3PrimitiveGenerics"               ".S3_methods_table"                 
#>   [81] ".S3method"                          ".Script"                           
#>   [83] ".TAOCP1997init"                     ".__H__.cbind"                      
#>   [85] ".__H__.rbind"                       ".__S3MethodsTable__."              
#>   [87] ".amatch_bounds"                     ".amatch_costs"                     
#>   [89] ".bincode"                           ".cache_class"                      
#>   [91] ".check_tzones"                      ".class2"                           
#>   [93] ".col"                               ".colMeans"                         
#>   [95] ".colSums"                           ".decode_numeric_version"           
#>   [97] ".deparseOpts"                       ".detach"                           
#>   [99] ".difftime"                          ".doSortWrap"                       
#>  [101] ".doTrace"                           ".doWrap"                           
#>  [103] ".dynLibs"                           ".encode_numeric_version"           
#>  [105] ".expand_R_libs_env_var"             ".format.zeros"                     
#>  [107] ".formula2varlist"                   ".getNamespace"                     
#>  [109] ".getNamespaceInfo"                  ".getRequiredPackages"              
#>  [111] ".getRequiredPackages2"              ".gt"                               
#>  [113] ".gtn"                               ".handleSimpleError"                
#>  [115] ".internalGenerics"                  ".isMethodsDispatchOn"              
#>  [117] ".isOpen"                            ".kappa_tri"                        
#>  [119] ".knownS3Generics"                   ".kronecker"                        
#>  [121] ".leap.seconds"                      ".libPaths"                         
#>  [123] ".makeMessage"                       ".make_numeric_version"             
#>  [125] ".mapply"                            ".maskedMsg"                        
#>  [127] ".mergeExportMethods"                ".mergeImportMethods"               
#>  [129] ".noGenerics"                        ".packageStartupMessage"            
#>  [131] ".packages"                          ".popath"                           
#>  [133] ".pretty"                            ".primTrace"                        
#>  [135] ".primUntrace"                       ".rangeNum"                         
#>  [137] ".rmpkg"                             ".row"                              
#>  [139] ".rowMeans"                          ".rowNamesDF<-"                     
#>  [141] ".rowSums"                           ".row_names_info"                   
#>  [143] ".set_row_names"                     ".signalSimpleWarning"              
#>  [145] ".standard_regexps"                  ".subset"                           
#>  [147] ".subset2"                           ".sys.timezone"                     
#>  [149] ".traceback"                         ".tryResumeInterrupt"               
#>  [151] ".userHooksEnv"                      ".valid.factor"                     
#>  [153] "/"                                  "/.difftime"                        
#>  [155] ":"                                  "::"                                
#>  [157] ":::"                                "<"                                 
#>  [159] "<-"                                 "<<-"                               
#>  [161] "<="                                 "="                                 
#>  [163] "=="                                 ">"                                 
#>  [165] ">="                                 "@"                                 
#>  [167] "@<-"                                "Arg"                               
#>  [169] "Conj"                               "Cstack_info"                       
#>  [171] "Encoding"                           "Encoding<-"                        
#>  [173] "Exec"                               "F"                                 
#>  [175] "Filter"                             "Find"                              
#>  [177] "I"                                  "ISOdate"                           
#>  [179] "ISOdatetime"                        "Im"                                
#>  [181] "LETTERS"                            "La.svd"                            
#>  [183] "La_library"                         "La_version"                        
#>  [185] "Map"                                "Math.Date"                         
#>  [187] "Math.POSIXt"                        "Math.data.frame"                   
#>  [189] "Math.difftime"                      "Math.factor"                       
#>  [191] "Mod"                                "NCOL"                              
#>  [193] "NROW"                               "Negate"                            
#>  [195] "NextMethod"                         "OlsonNames"                        
#>  [197] "Ops.Date"                           "Ops.POSIXt"                        
#>  [199] "Ops.data.frame"                     "Ops.difftime"                      
#>  [201] "Ops.factor"                         "Ops.numeric_version"               
#>  [203] "Ops.ordered"                        "Position"                          
#>  [205] "R.Version"                          "R.home"                            
#>  [207] "R.version"                          "R.version.string"                  
#>  [209] "RNGkind"                            "RNGversion"                        
#>  [211] "R_compiled_by"                      "R_system_version"                  
#>  [213] "Re"                                 "Recall"                            
#>  [215] "Reduce"                             "Summary.Date"                      
#>  [217] "Summary.POSIXct"                    "Summary.POSIXlt"                   
#>  [219] "Summary.data.frame"                 "Summary.difftime"                  
#>  [221] "Summary.factor"                     "Summary.numeric_version"           
#>  [223] "Summary.ordered"                    "Sys.Date"                          
#>  [225] "Sys.chmod"                          "Sys.getenv"                        
#>  [227] "Sys.getlocale"                      "Sys.getpid"                        
#>  [229] "Sys.glob"                           "Sys.info"                          
#>  [231] "Sys.localeconv"                     "Sys.readlink"                      
#>  [233] "Sys.setFileTime"                    "Sys.setLanguage"                   
#>  [235] "Sys.setenv"                         "Sys.setlocale"                     
#>  [237] "Sys.sleep"                          "Sys.time"                          
#>  [239] "Sys.timezone"                       "Sys.umask"                         
#>  [241] "Sys.unsetenv"                       "Sys.which"                         
#>  [243] "T"                                  "Tailcall"                          
#>  [245] "UseMethod"                          "Vectorize"                         
#>  [247] "["                                  "[.AsIs"                            
#>  [249] "[.DLLInfoList"                      "[.Date"                            
#>  [251] "[.Dlist"                            "[.POSIXct"                         
#>  [253] "[.POSIXlt"                          "[.data.frame"                      
#>  [255] "[.difftime"                         "[.factor"                          
#>  [257] "[.hexmode"                          "[.listof"                          
#>  [259] "[.noquote"                          "[.numeric_version"                 
#>  [261] "[.octmode"                          "[.simple.list"                     
#>  [263] "[.table"                            "[.warnings"                        
#>  [265] "[<-"                                "[<-.Date"                          
#>  [267] "[<-.POSIXct"                        "[<-.POSIXlt"                       
#>  [269] "[<-.data.frame"                     "[<-.difftime"                      
#>  [271] "[<-.factor"                         "[<-.numeric_version"               
#>  [273] "[["                                 "[[.Date"                           
#>  [275] "[[.POSIXct"                         "[[.POSIXlt"                        
#>  [277] "[[.data.frame"                      "[[.factor"                         
#>  [279] "[[.numeric_version"                 "[[<-"                              
#>  [281] "[[<-.POSIXlt"                       "[[<-.data.frame"                   
#>  [283] "[[<-.factor"                        "[[<-.numeric_version"              
#>  [285] "^"                                  "abbreviate"                        
#>  [287] "abs"                                "acos"                              
#>  [289] "acosh"                              "activeBindingFunction"             
#>  [291] "addNA"                              "addTaskCallback"                   
#>  [293] "agrep"                              "agrepl"                            
#>  [295] "alist"                              "all"                               
#>  [297] "all.equal"                          "all.equal.POSIXt"                  
#>  [299] "all.equal.character"                "all.equal.default"                 
#>  [301] "all.equal.envRefClass"              "all.equal.environment"             
#>  [303] "all.equal.factor"                   "all.equal.formula"                 
#>  [305] "all.equal.function"                 "all.equal.language"                
#>  [307] "all.equal.list"                     "all.equal.numeric"                 
#>  [309] "all.equal.raw"                      "all.names"                         
#>  [311] "all.vars"                           "allowInterrupts"                   
#>  [313] "any"                                "anyDuplicated"                     
#>  [315] "anyDuplicated.array"                "anyDuplicated.data.frame"          
#>  [317] "anyDuplicated.default"              "anyDuplicated.matrix"              
#>  [319] "anyNA"                              "anyNA.POSIXlt"                     
#>  [321] "anyNA.data.frame"                   "anyNA.numeric_version"             
#>  [323] "aperm"                              "aperm.default"                     
#>  [325] "aperm.table"                        "append"                            
#>  [327] "apply"                              "args"                              
#>  [329] "array"                              "array2DF"                          
#>  [331] "arrayInd"                           "as.Date"                           
#>  [333] "as.Date.POSIXct"                    "as.Date.POSIXlt"                   
#>  [335] "as.Date.character"                  "as.Date.default"                   
#>  [337] "as.Date.factor"                     "as.Date.numeric"                   
#>  [339] "as.POSIXct"                         "as.POSIXct.Date"                   
#>  [341] "as.POSIXct.POSIXlt"                 "as.POSIXct.default"                
#>  [343] "as.POSIXct.numeric"                 "as.POSIXlt"                        
#>  [345] "as.POSIXlt.Date"                    "as.POSIXlt.POSIXct"                
#>  [347] "as.POSIXlt.character"               "as.POSIXlt.default"                
#>  [349] "as.POSIXlt.factor"                  "as.POSIXlt.numeric"                
#>  [351] "as.array"                           "as.array.default"                  
#>  [353] "as.call"                            "as.character"                      
#>  [355] "as.character.Date"                  "as.character.POSIXt"               
#>  [357] "as.character.condition"             "as.character.default"              
#>  [359] "as.character.error"                 "as.character.factor"               
#>  [361] "as.character.hexmode"               "as.character.numeric_version"      
#>  [363] "as.character.octmode"               "as.character.srcref"               
#>  [365] "as.complex"                         "as.data.frame"                     
#>  [367] "as.data.frame.AsIs"                 "as.data.frame.Date"                
#>  [369] "as.data.frame.POSIXct"              "as.data.frame.POSIXlt"             
#>  [371] "as.data.frame.array"                "as.data.frame.character"           
#>  [373] "as.data.frame.complex"              "as.data.frame.data.frame"          
#>  [375] "as.data.frame.default"              "as.data.frame.difftime"            
#>  [377] "as.data.frame.factor"               "as.data.frame.integer"             
#>  [379] "as.data.frame.list"                 "as.data.frame.logical"             
#>  [381] "as.data.frame.matrix"               "as.data.frame.model.matrix"        
#>  [383] "as.data.frame.noquote"              "as.data.frame.numeric"             
#>  [385] "as.data.frame.numeric_version"      "as.data.frame.ordered"             
#>  [387] "as.data.frame.raw"                  "as.data.frame.table"               
#>  [389] "as.data.frame.ts"                   "as.data.frame.vector"              
#>  [391] "as.difftime"                        "as.double"                         
#>  [393] "as.double.POSIXlt"                  "as.double.difftime"                
#>  [395] "as.environment"                     "as.expression"                     
#>  [397] "as.expression.default"              "as.factor"                         
#>  [399] "as.function"                        "as.function.default"               
#>  [401] "as.hexmode"                         "as.integer"                        
#>  [403] "as.list"                            "as.list.Date"                      
#>  [405] "as.list.POSIXct"                    "as.list.POSIXlt"                   
#>  [407] "as.list.data.frame"                 "as.list.default"                   
#>  [409] "as.list.difftime"                   "as.list.environment"               
#>  [411] "as.list.factor"                     "as.list.function"                  
#>  [413] "as.list.numeric_version"            "as.logical"                        
#>  [415] "as.logical.factor"                  "as.matrix"                         
#>  [417] "as.matrix.POSIXlt"                  "as.matrix.data.frame"              
#>  [419] "as.matrix.default"                  "as.matrix.noquote"                 
#>  [421] "as.name"                            "as.null"                           
#>  [423] "as.null.default"                    "as.numeric"                        
#>  [425] "as.numeric_version"                 "as.octmode"                        
#>  [427] "as.ordered"                         "as.package_version"                
#>  [429] "as.pairlist"                        "as.qr"                             
#>  [431] "as.raw"                             "as.single"                         
#>  [433] "as.single.default"                  "as.symbol"                         
#>  [435] "as.table"                           "as.table.default"                  
#>  [437] "as.vector"                          "as.vector.POSIXlt"                 
#>  [439] "as.vector.data.frame"               "as.vector.factor"                  
#>  [441] "asNamespace"                        "asS3"                              
#>  [443] "asS4"                               "asin"                              
#>  [445] "asinh"                              "asplit"                            
#>  [447] "assign"                             "atan"                              
#>  [449] "atan2"                              "atanh"                             
#>  [451] "attach"                             "attachNamespace"                   
#>  [453] "attr"                               "attr.all.equal"                    
#>  [455] "attr<-"                             "attributes"                        
#>  [457] "attributes<-"                       "autoload"                          
#>  [459] "autoloader"                         "backsolve"                         
#>  [461] "balancePOSIXlt"                     "baseenv"                           
#>  [463] "basename"                           "besselI"                           
#>  [465] "besselJ"                            "besselK"                           
#>  [467] "besselY"                            "beta"                              
#>  [469] "bindingIsActive"                    "bindingIsLocked"                   
#>  [471] "bindtextdomain"                     "bitwAnd"                           
#>  [473] "bitwNot"                            "bitwOr"                            
#>  [475] "bitwShiftL"                         "bitwShiftR"                        
#>  [477] "bitwXor"                            "body"                              
#>  [479] "body<-"                             "bquote"                            
#>  [481] "break"                              "browser"                           
#>  [483] "browserCondition"                   "browserSetDebug"                   
#>  [485] "browserText"                        "builtins"                          
#>  [487] "by"                                 "by.data.frame"                     
#>  [489] "by.default"                         "bzfile"                            
#>  [491] "c"                                  "c.Date"                            
#>  [493] "c.POSIXct"                          "c.POSIXlt"                         
#>  [495] "c.difftime"                         "c.factor"                          
#>  [497] "c.noquote"                          "c.numeric_version"                 
#>  [499] "c.warnings"                         "call"                              
#>  [501] "callCC"                             "capabilities"                      
#>  [503] "casefold"                           "cat"                               
#>  [505] "cbind"                              "cbind.data.frame"                  
#>  [507] "ceiling"                            "char.expand"                       
#>  [509] "charToRaw"                          "character"                         
#>  [511] "charmatch"                          "chartr"                            
#>  [513] "chkDots"                            "chol"                              
#>  [515] "chol.default"                       "chol2inv"                          
#>  [517] "choose"                             "chooseOpsMethod"                   
#>  [519] "chooseOpsMethod.default"            "class"                             
#>  [521] "class<-"                            "clearPushBack"                     
#>  [523] "close"                              "close.connection"                  
#>  [525] "close.srcfile"                      "close.srcfilealias"                
#>  [527] "closeAllConnections"                "col"                               
#>  [529] "colMeans"                           "colSums"                           
#>  [531] "colnames"                           "colnames<-"                        
#>  [533] "commandArgs"                        "comment"                           
#>  [535] "comment<-"                          "complex"                           
#>  [537] "computeRestarts"                    "conditionCall"                     
#>  [539] "conditionCall.condition"            "conditionMessage"                  
#>  [541] "conditionMessage.condition"         "conflictRules"                     
#>  [543] "conflicts"                          "contributors"                      
#>  [545] "cos"                                "cosh"                              
#>  [547] "cospi"                              "crossprod"                         
#>  [549] "cummax"                             "cummin"                            
#>  [551] "cumprod"                            "cumsum"                            
#>  [553] "curlGetHeaders"                     "cut"                               
#>  [555] "cut.Date"                           "cut.POSIXt"                        
#>  [557] "cut.default"                        "dQuote"                            
#>  [559] "data.class"                         "data.frame"                        
#>  [561] "data.matrix"                        "date"                              
#>  [563] "debug"                              "debuggingState"                    
#>  [565] "debugonce"                          "declare"                           
#>  [567] "default.stringsAsFactors"           "delayedAssign"                     
#>  [569] "deparse"                            "deparse1"                          
#>  [571] "det"                                "detach"                            
#>  [573] "determinant"                        "determinant.matrix"                
#>  [575] "dget"                               "diag"                              
#>  [577] "diag<-"                             "diff"                              
#>  [579] "diff.Date"                          "diff.POSIXt"                       
#>  [581] "diff.default"                       "diff.difftime"                     
#>  [583] "difftime"                           "digamma"                           
#>  [585] "dim"                                "dim.data.frame"                    
#>  [587] "dim<-"                              "dimnames"                          
#>  [589] "dimnames.data.frame"                "dimnames<-"                        
#>  [591] "dimnames<-.data.frame"              "dir"                               
#>  [593] "dir.create"                         "dir.exists"                        
#>  [595] "dirname"                            "do.call"                           
#>  [597] "dontCheck"                          "double"                            
#>  [599] "dput"                               "drop"                              
#>  [601] "droplevels"                         "droplevels.data.frame"             
#>  [603] "droplevels.factor"                  "dump"                              
#>  [605] "duplicated"                         "duplicated.POSIXlt"                
#>  [607] "duplicated.array"                   "duplicated.data.frame"             
#>  [609] "duplicated.default"                 "duplicated.matrix"                 
#>  [611] "duplicated.numeric_version"         "duplicated.warnings"               
#>  [613] "dyn.load"                           "dyn.unload"                        
#>  [615] "dynGet"                             "eapply"                            
#>  [617] "eigen"                              "emptyenv"                          
#>  [619] "enc2native"                         "enc2utf8"                          
#>  [621] "encodeString"                       "endsWith"                          
#>  [623] "enquote"                            "env.profile"                       
#>  [625] "environment"                        "environment<-"                     
#>  [627] "environmentIsLocked"                "environmentName"                   
#>  [629] "errorCondition"                     "eval"                              
#>  [631] "eval.parent"                        "evalq"                             
#>  [633] "exists"                             "exp"                               
#>  [635] "expand.grid"                        "expm1"                             
#>  [637] "expression"                         "extSoftVersion"                    
#>  [639] "factor"                             "factorial"                         
#>  [641] "fifo"                               "file"                              
#>  [643] "file.access"                        "file.append"                       
#>  [645] "file.choose"                        "file.copy"                         
#>  [647] "file.create"                        "file.exists"                       
#>  [649] "file.info"                          "file.link"                         
#>  [651] "file.mode"                          "file.mtime"                        
#>  [653] "file.path"                          "file.remove"                       
#>  [655] "file.rename"                        "file.show"                         
#>  [657] "file.size"                          "file.symlink"                      
#>  [659] "find.package"                       "findInterval"                      
#>  [661] "findPackageEnv"                     "findRestart"                       
#>  [663] "floor"                              "flush"                             
#>  [665] "flush.connection"                   "for"                               
#>  [667] "force"                              "forceAndCall"                      
#>  [669] "formals"                            "formals<-"                         
#>  [671] "format"                             "format.AsIs"                       
#>  [673] "format.Date"                        "format.POSIXct"                    
#>  [675] "format.POSIXlt"                     "format.data.frame"                 
#>  [677] "format.default"                     "format.difftime"                   
#>  [679] "format.factor"                      "format.hexmode"                    
#>  [681] "format.info"                        "format.libraryIQR"                 
#>  [683] "format.numeric_version"             "format.octmode"                    
#>  [685] "format.packageInfo"                 "format.pval"                       
#>  [687] "format.summaryDefault"              "formatC"                           
#>  [689] "formatDL"                           "forwardsolve"                      
#>  [691] "function"                           "gamma"                             
#>  [693] "gc"                                 "gc.time"                           
#>  [695] "gcinfo"                             "gctorture"                         
#>  [697] "gctorture2"                         "get"                               
#>  [699] "get0"                               "getAllConnections"                 
#>  [701] "getCallingDLL"                      "getCallingDLLe"                    
#>  [703] "getConnection"                      "getDLLRegisteredRoutines"          
#>  [705] "getDLLRegisteredRoutines.DLLInfo"   "getDLLRegisteredRoutines.character"
#>  [707] "getElement"                         "getExportedValue"                  
#>  [709] "getHook"                            "getLoadedDLLs"                     
#>  [711] "getNamespace"                       "getNamespaceExports"               
#>  [713] "getNamespaceImports"                "getNamespaceInfo"                  
#>  [715] "getNamespaceName"                   "getNamespaceUsers"                 
#>  [717] "getNamespaceVersion"                "getNativeSymbolInfo"               
#>  [719] "getOption"                          "getRversion"                       
#>  [721] "getSrcLines"                        "getTaskCallbackNames"              
#>  [723] "geterrmessage"                      "gettext"                           
#>  [725] "gettextf"                           "getwd"                             
#>  [727] "gl"                                 "globalCallingHandlers"             
#>  [729] "globalenv"                          "gregexec"                          
#>  [731] "gregexpr"                           "grep"                              
#>  [733] "grepRaw"                            "grepl"                             
#>  [735] "grouping"                           "gsub"                              
#>  [737] "gzcon"                              "gzfile"                            
#>  [739] "iconv"                              "iconvlist"                         
#>  [741] "icuGetCollate"                      "icuSetCollate"                     
#>  [743] "identical"                          "identity"                          
#>  [745] "if"                                 "ifelse"                            
#>  [747] "importIntoEnv"                      "infoRDS"                           
#>  [749] "inherits"                           "intToBits"                         
#>  [751] "intToUtf8"                          "integer"                           
#>  [753] "interaction"                        "interactive"                       
#>  [755] "intersect"                          "inverse.rle"                       
#>  [757] "invisible"                          "invokeRestart"                     
#>  [759] "invokeRestartInteractively"         "is.R"                              
#>  [761] "is.array"                           "is.atomic"                         
#>  [763] "is.call"                            "is.character"                      
#>  [765] "is.complex"                         "is.data.frame"                     
#>  [767] "is.double"                          "is.element"                        
#>  [769] "is.environment"                     "is.expression"                     
#>  [771] "is.factor"                          "is.finite"                         
#>  [773] "is.finite.POSIXlt"                  "is.function"                       
#>  [775] "is.infinite"                        "is.infinite.POSIXlt"               
#>  [777] "is.integer"                         "is.language"                       
#>  [779] "is.list"                            "is.loaded"                         
#>  [781] "is.logical"                         "is.matrix"                         
#>  [783] "is.na"                              "is.na.POSIXlt"                     
#>  [785] "is.na.data.frame"                   "is.na.numeric_version"             
#>  [787] "is.na<-"                            "is.na<-.default"                   
#>  [789] "is.na<-.factor"                     "is.na<-.numeric_version"           
#>  [791] "is.name"                            "is.nan"                            
#>  [793] "is.nan.POSIXlt"                     "is.null"                           
#>  [795] "is.numeric"                         "is.numeric.Date"                   
#>  [797] "is.numeric.POSIXt"                  "is.numeric.difftime"               
#>  [799] "is.numeric_version"                 "is.object"                         
#>  [801] "is.ordered"                         "is.package_version"                
#>  [803] "is.pairlist"                        "is.primitive"                      
#>  [805] "is.qr"                              "is.raw"                            
#>  [807] "is.recursive"                       "is.single"                         
#>  [809] "is.symbol"                          "is.table"                          
#>  [811] "is.unsorted"                        "is.vector"                         
#>  [813] "isBaseNamespace"                    "isFALSE"                           
#>  [815] "isIncomplete"                       "isNamespace"                       
#>  [817] "isNamespaceLoaded"                  "isOpen"                            
#>  [819] "isRestart"                          "isS4"                              
#>  [821] "isSeekable"                         "isSymmetric"                       
#>  [823] "isSymmetric.matrix"                 "isTRUE"                            
#>  [825] "isa"                                "isatty"                            
#>  [827] "isdebugged"                         "jitter"                            
#>  [829] "julian"                             "julian.Date"                       
#>  [831] "julian.POSIXt"                      "kappa"                             
#>  [833] "kappa.default"                      "kappa.lm"                          
#>  [835] "kappa.qr"                           "kronecker"                         
#>  [837] "l10n_info"                          "labels"                            
#>  [839] "labels.default"                     "lapply"                            
#>  [841] "lazyLoad"                           "lazyLoadDBexec"                    
#>  [843] "lazyLoadDBfetch"                    "lbeta"                             
#>  [845] "lchoose"                            "length"                            
#>  [847] "length.POSIXlt"                     "length<-"                          
#>  [849] "length<-.Date"                      "length<-.POSIXct"                  
#>  [851] "length<-.POSIXlt"                   "length<-.difftime"                 
#>  [853] "length<-.factor"                    "lengths"                           
#>  [855] "letters"                            "levels"                            
#>  [857] "levels.default"                     "levels<-"                          
#>  [859] "levels<-.factor"                    "lfactorial"                        
#>  [861] "lgamma"                             "libcurlVersion"                    
#>  [863] "library"                            "library.dynam"                     
#>  [865] "library.dynam.unload"               "licence"                           
#>  [867] "license"                            "list"                              
#>  [869] "list.dirs"                          "list.files"                        
#>  [871] "list2DF"                            "list2env"                          
#>  [873] "load"                               "loadNamespace"                     
#>  [875] "loadedNamespaces"                   "loadingNamespaceInfo"              
#>  [877] "local"                              "lockBinding"                       
#>  [879] "lockEnvironment"                    "log"                               
#>  [881] "log10"                              "log1p"                             
#>  [883] "log2"                               "logb"                              
#>  [885] "logical"                            "lower.tri"                         
#>  [887] "ls"                                 "make.names"                        
#>  [889] "make.unique"                        "makeActiveBinding"                 
#>  [891] "mapply"                             "margin.table"                      
#>  [893] "marginSums"                         "mat.or.vec"                        
#>  [895] "match"                              "match.arg"                         
#>  [897] "match.call"                         "match.fun"                         
#>  [899] "matrix"                             "max"                               
#>  [901] "max.col"                            "mean"                              
#>  [903] "mean.Date"                          "mean.POSIXct"                      
#>  [905] "mean.POSIXlt"                       "mean.default"                      
#>  [907] "mean.difftime"                      "mem.maxNSize"                      
#>  [909] "mem.maxVSize"                       "memCompress"                       
#>  [911] "memDecompress"                      "memory.profile"                    
#>  [913] "merge"                              "merge.data.frame"                  
#>  [915] "merge.default"                      "message"                           
#>  [917] "mget"                               "min"                               
#>  [919] "missing"                            "mode"                              
#>  [921] "mode<-"                             "month.abb"                         
#>  [923] "month.name"                         "months"                            
#>  [925] "months.Date"                        "months.POSIXt"                     
#>  [927] "mostattributes<-"                   "mtfrm"                             
#>  [929] "mtfrm.POSIXct"                      "mtfrm.POSIXlt"                     
#>  [931] "mtfrm.default"                      "nameOfClass"                       
#>  [933] "nameOfClass.default"                "names"                             
#>  [935] "names.POSIXlt"                      "names<-"                           
#>  [937] "names<-.POSIXlt"                    "namespaceExport"                   
#>  [939] "namespaceImport"                    "namespaceImportClasses"            
#>  [941] "namespaceImportFrom"                "namespaceImportMethods"            
#>  [943] "nargs"                              "nchar"                             
#>  [945] "ncol"                               "new.env"                           
#>  [947] "next"                               "ngettext"                          
#>  [949] "nlevels"                            "noquote"                           
#>  [951] "norm"                               "normalizePath"                     
#>  [953] "nrow"                               "nullfile"                          
#>  [955] "numToBits"                          "numToInts"                         
#>  [957] "numeric"                            "numeric_version"                   
#>  [959] "nzchar"                             "objects"                           
#>  [961] "oldClass"                           "oldClass<-"                        
#>  [963] "on.exit"                            "open"                              
#>  [965] "open.connection"                    "open.srcfile"                      
#>  [967] "open.srcfilealias"                  "open.srcfilecopy"                  
#>  [969] "options"                            "order"                             
#>  [971] "ordered"                            "outer"                             
#>  [973] "packBits"                           "packageEvent"                      
#>  [975] "packageHasNamespace"                "packageNotFoundError"              
#>  [977] "packageStartupMessage"              "package_version"                   
#>  [979] "pairlist"                           "parent.env"                        
#>  [981] "parent.env<-"                       "parent.frame"                      
#>  [983] "parse"                              "parseNamespaceFile"                
#>  [985] "paste"                              "paste0"                            
#>  [987] "path.expand"                        "path.package"                      
#>  [989] "pcre_config"                        "pi"                                
#>  [991] "pipe"                               "plot"                              
#>  [993] "pmatch"                             "pmax"                              
#>  [995] "pmax.int"                           "pmin"                              
#>  [997] "pmin.int"                           "polyroot"                          
#>  [999] "pos.to.env"                         "pretty"                            
#> [1001] "pretty.default"                     "prettyNum"                         
#> [1003] "print"                              "print.AsIs"                        
#> [1005] "print.DLLInfo"                      "print.DLLInfoList"                 
#> [1007] "print.DLLRegisteredRoutines"        "print.Date"                        
#> [1009] "print.Dlist"                        "print.NativeRoutineList"           
#> [1011] "print.POSIXct"                      "print.POSIXlt"                     
#> [1013] "print.by"                           "print.condition"                   
#> [1015] "print.connection"                   "print.data.frame"                  
#> [1017] "print.default"                      "print.difftime"                    
#> [1019] "print.eigen"                        "print.factor"                      
#> [1021] "print.function"                     "print.hexmode"                     
#> [1023] "print.libraryIQR"                   "print.listof"                      
#> [1025] "print.noquote"                      "print.numeric_version"             
#> [1027] "print.octmode"                      "print.packageInfo"                 
#> [1029] "print.proc_time"                    "print.restart"                     
#> [1031] "print.rle"                          "print.simple.list"                 
#> [1033] "print.srcfile"                      "print.srcref"                      
#> [1035] "print.summary.table"                "print.summary.warnings"            
#> [1037] "print.summaryDefault"               "print.table"                       
#> [1039] "print.warnings"                     "prmatrix"                          
#> [1041] "proc.time"                          "prod"                              
#> [1043] "prop.table"                         "proportions"                       
#> [1045] "provideDimnames"                    "psigamma"                          
#> [1047] "pushBack"                           "pushBackLength"                    
#> [1049] "q"                                  "qr"                                
#> [1051] "qr.Q"                               "qr.R"                              
#> [1053] "qr.X"                               "qr.coef"                           
#> [1055] "qr.default"                         "qr.fitted"                         
#> [1057] "qr.qty"                             "qr.qy"                             
#> [1059] "qr.resid"                           "qr.solve"                          
#> [1061] "quarters"                           "quarters.Date"                     
#> [1063] "quarters.POSIXt"                    "quit"                              
#> [1065] "quote"                              "range"                             
#> [1067] "range.Date"                         "range.POSIXct"                     
#> [1069] "range.default"                      "rank"                              
#> [1071] "rapply"                             "raw"                               
#> [1073] "rawConnection"                      "rawConnectionValue"                
#> [1075] "rawShift"                           "rawToBits"                         
#> [1077] "rawToChar"                          "rbind"                             
#> [1079] "rbind.data.frame"                   "rcond"                             
#> [1081] "read.dcf"                           "readBin"                           
#> [1083] "readChar"                           "readLines"                         
#> [1085] "readRDS"                            "readRenviron"                      
#> [1087] "readline"                           "reg.finalizer"                     
#> [1089] "regexec"                            "regexpr"                           
#> [1091] "registerS3method"                   "registerS3methods"                 
#> [1093] "regmatches"                         "regmatches<-"                      
#> [1095] "remove"                             "removeTaskCallback"                
#> [1097] "rep"                                "rep.Date"                          
#> [1099] "rep.POSIXct"                        "rep.POSIXlt"                       
#> [1101] "rep.difftime"                       "rep.factor"                        
#> [1103] "rep.int"                            "rep.numeric_version"               
#> [1105] "rep_len"                            "repeat"                            
#> [1107] "replace"                            "replicate"                         
#> [1109] "require"                            "requireNamespace"                  
#> [1111] "restartDescription"                 "restartFormals"                    
#> [1113] "retracemem"                         "return"                            
#> [1115] "returnValue"                        "rev"                               
#> [1117] "rev.default"                        "rle"                               
#> [1119] "rm"                                 "round"                             
#> [1121] "round.Date"                         "round.POSIXt"                      
#> [1123] "row"                                "row.names"                         
#> [1125] "row.names.data.frame"               "row.names.default"                 
#> [1127] "row.names<-"                        "row.names<-.data.frame"            
#> [1129] "row.names<-.default"                "rowMeans"                          
#> [1131] "rowSums"                            "rownames"                          
#> [1133] "rownames<-"                         "rowsum"                            
#> [1135] "rowsum.data.frame"                  "rowsum.default"                    
#> [1137] "sQuote"                             "sample"                            
#> [1139] "sample.int"                         "sapply"                            
#> [1141] "save"                               "save.image"                        
#> [1143] "saveRDS"                            "scale"                             
#> [1145] "scale.default"                      "scan"                              
#> [1147] "search"                             "searchpaths"                       
#> [1149] "seek"                               "seek.connection"                   
#> [1151] "seq"                                "seq.Date"                          
#> [1153] "seq.POSIXt"                         "seq.default"                       
#> [1155] "seq.int"                            "seq_along"                         
#> [1157] "seq_len"                            "sequence"                          
#> [1159] "sequence.default"                   "serialize"                         
#> [1161] "serverSocket"                       "set.seed"                          
#> [1163] "setHook"                            "setNamespaceInfo"                  
#> [1165] "setSessionTimeLimit"                "setTimeLimit"                      
#> [1167] "setdiff"                            "setequal"                          
#> [1169] "setwd"                              "shQuote"                           
#> [1171] "showConnections"                    "sign"                              
#> [1173] "signalCondition"                    "signif"                            
#> [1175] "simpleCondition"                    "simpleError"                       
#> [1177] "simpleMessage"                      "simpleWarning"                     
#> [1179] "simplify2array"                     "sin"                               
#> [1181] "single"                             "sinh"                              
#> [1183] "sink"                               "sink.number"                       
#> [1185] "sinpi"                              "slice.index"                       
#> [1187] "socketAccept"                       "socketConnection"                  
#> [1189] "socketSelect"                       "socketTimeout"                     
#> [1191] "solve"                              "solve.default"                     
#> [1193] "solve.qr"                           "sort"                              
#> [1195] "sort.POSIXlt"                       "sort.default"                      
#> [1197] "sort.int"                           "sort.list"                         
#> [1199] "sort_by"                            "sort_by.data.frame"                
#> [1201] "sort_by.default"                    "source"                            
#> [1203] "split"                              "split.Date"                        
#> [1205] "split.POSIXct"                      "split.data.frame"                  
#> [1207] "split.default"                      "split<-"                           
#> [1209] "split<-.data.frame"                 "split<-.default"                   
#> [1211] "sprintf"                            "sqrt"                              
#> [1213] "srcfile"                            "srcfilealias"                      
#> [1215] "srcfilecopy"                        "srcref"                            
#> [1217] "standardGeneric"                    "startsWith"                        
#> [1219] "stderr"                             "stdin"                             
#> [1221] "stdout"                             "stop"                              
#> [1223] "stopifnot"                          "storage.mode"                      
#> [1225] "storage.mode<-"                     "str2expression"                    
#> [1227] "str2lang"                           "strftime"                          
#> [1229] "strptime"                           "strrep"                            
#> [1231] "strsplit"                           "strtoi"                            
#> [1233] "strtrim"                            "structure"                         
#> [1235] "strwrap"                            "sub"                               
#> [1237] "subset"                             "subset.data.frame"                 
#> [1239] "subset.default"                     "subset.matrix"                     
#> [1241] "substitute"                         "substr"                            
#> [1243] "substr<-"                           "substring"                         
#> [1245] "substring<-"                        "sum"                               
#> [1247] "summary"                            "summary.Date"                      
#> [1249] "summary.POSIXct"                    "summary.POSIXlt"                   
#> [1251] "summary.connection"                 "summary.data.frame"                
#> [1253] "summary.default"                    "summary.factor"                    
#> [1255] "summary.matrix"                     "summary.proc_time"                 
#> [1257] "summary.srcfile"                    "summary.srcref"                    
#> [1259] "summary.table"                      "summary.warnings"                  
#> [1261] "suppressMessages"                   "suppressPackageStartupMessages"    
#> [1263] "suppressWarnings"                   "suspendInterrupts"                 
#> [1265] "svd"                                "sweep"                             
#> [1267] "switch"                             "sys.call"                          
#> [1269] "sys.calls"                          "sys.frame"                         
#> [1271] "sys.frames"                         "sys.function"                      
#> [1273] "sys.load.image"                     "sys.nframe"                        
#> [1275] "sys.on.exit"                        "sys.parent"                        
#> [1277] "sys.parents"                        "sys.save.image"                    
#> [1279] "sys.source"                         "sys.status"                        
#> [1281] "system"                             "system.file"                       
#> [1283] "system.time"                        "system2"                           
#> [1285] "t"                                  "t.data.frame"                      
#> [1287] "t.default"                          "table"                             
#> [1289] "tabulate"                           "tan"                               
#> [1291] "tanh"                               "tanpi"                             
#> [1293] "tapply"                             "taskCallbackManager"               
#> [1295] "tcrossprod"                         "tempdir"                           
#> [1297] "tempfile"                           "textConnection"                    
#> [1299] "textConnectionValue"                "toString"                          
#> [1301] "toString.default"                   "tolower"                           
#> [1303] "topenv"                             "toupper"                           
#> [1305] "trace"                              "traceback"                         
#> [1307] "tracemem"                           "tracingState"                      
#> [1309] "transform"                          "transform.data.frame"              
#> [1311] "transform.default"                  "trigamma"                          
#> [1313] "trimws"                             "trunc"                             
#> [1315] "trunc.Date"                         "trunc.POSIXt"                      
#> [1317] "truncate"                           "truncate.connection"               
#> [1319] "try"                                "tryCatch"                          
#> [1321] "tryInvokeRestart"                   "typeof"                            
#> [1323] "unCfillPOSIXlt"                     "unclass"                           
#> [1325] "undebug"                            "union"                             
#> [1327] "unique"                             "unique.POSIXlt"                    
#> [1329] "unique.array"                       "unique.data.frame"                 
#> [1331] "unique.default"                     "unique.matrix"                     
#> [1333] "unique.numeric_version"             "unique.warnings"                   
#> [1335] "units"                              "units.difftime"                    
#> [1337] "units<-"                            "units<-.difftime"                  
#> [1339] "unix.time"                          "unlink"                            
#> [1341] "unlist"                             "unloadNamespace"                   
#> [1343] "unlockBinding"                      "unname"                            
#> [1345] "unserialize"                        "unsplit"                           
#> [1347] "untrace"                            "untracemem"                        
#> [1349] "unz"                                "upper.tri"                         
#> [1351] "url"                                "use"                               
#> [1353] "utf8ToInt"                          "validEnc"                          
#> [1355] "validUTF8"                          "vapply"                            
#> [1357] "vector"                             "version"                           
#> [1359] "warning"                            "warningCondition"                  
#> [1361] "warnings"                           "weekdays"                          
#> [1363] "weekdays.Date"                      "weekdays.POSIXt"                   
#> [1365] "which"                              "which.max"                         
#> [1367] "which.min"                          "while"                             
#> [1369] "with"                               "with.default"                      
#> [1371] "withAutoprint"                      "withCallingHandlers"               
#> [1373] "withRestarts"                       "withVisible"                       
#> [1375] "within"                             "within.data.frame"                 
#> [1377] "within.list"                        "write"                             
#> [1379] "write.dcf"                          "writeBin"                          
#> [1381] "writeChar"                          "writeLines"                        
#> [1383] "xor"                                "xpdrows.data.frame"                
#> [1385] "xtfrm"                              "xtfrm.AsIs"                        
#> [1387] "xtfrm.Date"                         "xtfrm.POSIXct"                     
#> [1389] "xtfrm.POSIXlt"                      "xtfrm.data.frame"                  
#> [1391] "xtfrm.default"                      "xtfrm.difftime"                    
#> [1393] "xtfrm.factor"                       "xtfrm.numeric_version"             
#> [1395] "xzfile"                             "zapsmall"                          
#> [1397] "{"                                  "|"                                 
#> [1399] "|.hexmode"                          "|.octmode"                         
#> [1401] "||"                                 "~"                                 
p_funs(pacman)
#>  [1] "p_author"             "p_base"               "p_boot"              
#>  [4] "p_citation"           "p_cite"               "p_cran"              
#>  [7] "p_data"               "p_del"                "p_delete"            
#> [10] "p_depends"            "p_depends_reverse"    "p_detectOS"          
#> [13] "p_exists"             "p_extract"            "p_functions"         
#> [16] "p_funs"               "p_get"                "p_help"              
#> [19] "p_info"               "p_information"        "p_install"           
#> [22] "p_install_gh"         "p_install_version"    "p_install_version_gh"
#> [25] "p_inter"              "p_interactive"        "p_iscran"            
#> [28] "p_isinstalled"        "p_isloaded"           "p_lib"               
#> [31] "p_library"            "p_load"               "p_load_current_gh"   
#> [34] "p_load_gh"            "p_loaded"             "p_news"              
#> [37] "p_old"                "p_opendir"            "p_path"              
#> [40] "p_sa"                 "p_search_any"         "p_search_library"    
#> [43] "p_sl"                 "p_temp"               "p_unload"            
#> [46] "p_unlock"             "p_up"                 "p_update"            
#> [49] "p_ver"                "p_ver_cran"           "p_ver_diff"          
#> [52] "p_version"            "p_version_cran"       "p_version_diff"      
#> [55] "p_vign"               "p_vignette"