Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 31 - 40 of 149 found.
[1] < 1 2 3 4 5 6 7 8 9 10 11 > [15]  Sort:

SweaveUtils (Package: utils) : Sweave Driver Utilities

These functions are handy for writing Sweave drivers and are considered internal and hence not documented. Look at the source code of the Sweave Latex driver (in this package) or the HTML driver (in the R2HTML package from CRAN) to see how they can be used.
● Data Source: ● Keywords: internal, utilities
● Alias: RtangleWritedoc, RweaveChunkPrefix, RweaveEvalWithOpt, RweaveLatexFinish, RweaveLatexOptions, RweaveLatexWritedoc, RweaveTryStop, SweaveHooks, SweaveUtils, makeRweaveLatexCodeRunner
● 0 images

aregexec (Package: utils) : Approximate String Match Positions

Determine positions of approximate string matches.
● Data Source: ● Keywords: character
● Alias: aregexec
● 0 images

make.packages.html (Package: utils) : Update HTML Package List

Re-create the HTML list of packages.
● Data Source: ● Keywords: utilities
● Alias: make.packages.html
● 0 images

bibentry (Package: utils) : Bibliography Entries

Functionality for representing and manipulating bibliographic information in enhanced BibTeX style.
● Data Source: ● Keywords: documentation, utilities
● Alias: bibentry, print.bibentry
● 0 images

str (Package: utils) : Compactly Display the Structure of an Arbitrary R Object

Compactly display the internal structure of an R object, a diagnostic function and an alternative to summary (and to some extent, dput). Ideally, only one line for each ‘basic’ structure is displayed. It is especially well suited to compactly display the (abbreviated) contents of (possibly nested) lists. The idea is to give reasonable output for any R object. It calls args for (non-primitive) function objects.
● Data Source: ● Keywords: documentation, print, utilities
● Alias: str, str.data.frame, str.default, strOptions
● 0 images

download.file (Package: utils) : Download File from the Internet

This function can be used to download a file from the Internet.
● Data Source: ● Keywords: utilities
● Alias: download.file
● 0 images

findLineNum (Package: utils) :

These functions locate objects containing particular lines of source code, using the information saved when the code was parsed with keep.source = TRUE.
● Data Source: ● Keywords: debugging
● Alias: findLineNum, setBreakpoint
● 0 images

apropos (Package: utils) : Find Objects by (Partial) Name

apropos() returns a character vector giving the names of all objects in the search list matching what.
● Data Source: ● Keywords: data, documentation, environment
● Alias: apropos, find
● 0 images

adist (Package: utils) : Approximate String Distances

Compute the approximate string distance between character vectors. The distance is a generalized Levenshtein (edit) distance, giving the minimal possibly weighted number of insertions, deletions and substitutions needed to transform one string into another.
● Data Source: ● Keywords: character
● Alias: adist
● 0 images

methods (Package: utils) : List Methods for S3 Generic Functions or Classes

List all available methods for a S3 and S4 generic function, or all methods for an S3 or S4 class.
● Data Source: ● Keywords: methods
● Alias: .S3methods, methods, print.MethodsFunction
● 0 images