Results per Page:  
Search in: R Manuals Base Packages Help Pages | CRAN Task Views
CRAN Packages Description Help Pages News Readme Vignettes

Matching any words Matching all words
1-100 of about 500 matches
Term frequencies: pad: 2,380, character: 94,848
Search took 0.005391 seconds

Size: 1.6K
R: Pad Character Vectors
...Pad Character Vectors Description Pad Character Vectors Arguments x a character vector width integer scalar. target string width pad character scalar. the symbol to pad with Examples pad_left("foo", 5)...
/CRAN/refmans/lgr/html/pad_right.html
 cran-help  matching: pad, pad, pad, character and character


Size: 2.0K
R: Pad a string to a specified length with a padding character.
...pad = " ") Arguments string A character vector. width The number of characters of the string after padding. side Which side to pad. pad The padding character. Value A character vector after padding.
/CRAN/refmans/tmcn/html/strpad.html
 cran-help  matching: pad, pad, character and character


Size: 2.6K
R: Convert numeric to character with padding
...Convert numeric to character with padding Description This will pad floating point numbers, right or left. For integers, either class integer or functionally integer (e.g., 1.0), it will not pad right...
/CRAN/refmans/reproducible/html/paddedFloatToChar.html
 cran-help  matching: pad, pad, character and character


Size: 2.6K
R: Convert numeric to character with padding
...Convert numeric to character with padding Description This will pad floating point numbers, right or left. For integers, either class integer or functionally integer (e.g., 1.0), it will not pad right...
/CRAN/refmans/Require/html/paddedFloatToChar.html
 cran-help  matching: pad, pad, character and character


Size: 2.2K
R: Simple pad function
...pad(x,len,padchar="0",strict=TRUE) Arguments x Input argument (converted to character) len Desired length of output padchar Character to pad x with, defaulting to “0” strict Boolean variable...
/CRAN/refmans/emulator/html/pad.html
 cran-help  matching: pad, pad, pad and character


Size: 3.2K
R: Pad Strings
...that will maintain correct order. Usage pad(x, padding = max(nchar(as.character(x))), sort = TRUE, type = "detect") Arguments x A character, factor, numeric vector. padding Number of characters to pad.
/CRAN/refmans/qdapTools/html/pad.html
 cran-help  matching: pad, pad, pad and character


Size: 2.4K
R: Pad Numbers with Leading Zeros
...character to strings. f_pad_right - Add trailing character to strings. Usage f_pad_zero(x, width = NULL, pad.char = "0", ...) f_pad_left(x, pad.char = " ", width = NULL, ...) f_pad_right(x, pad.char...
/CRAN/refmans/numform/html/f_pad_zero.html
 cran-help  matching: pad, pad, pad and character


Size: 2.1K
R: Print a vector with appropriate padding so each has equal...
Usage pad.left(X, char = " ", numdigits = NA) Arguments X vector of data to pad to equal length char character to pad with, space is default, but zero might be a desirable choice for padding numbers...
/CRAN/refmans/NCmisc/html/pad.left.html
 cran-help  matching: pad, pad, pad and character


Size: 1.6K
R: Pad a string to a fixed size
...Pad a string to a fixed size Usage str_pad(txt, n = 5, pad = " ", type = "left") Arguments txt a character vector to pad n final char width pad pad symbol type pad from 'left' or 'right'. [Package...
/CRAN/refmans/pxweb/html/str_pad.html
 cran-help  matching: pad, pad, pad and character


Size: 1.9K
R: pad an integer (prefix with zeroes to a fixed length)
...be padded; if 0 (default) the largest value in x will be used Value a character vector representing the values of x left-padded with 0's to the length of integer maxx or of max(x) Examples padded(c(21...
/CRAN/refmans/PolyHaplotyper/html/padded.html
 cran-help  matching: pad, pad, pad and character


Size: 2.9K
R: Pad a string to minimum width
Either a character vector, or something coercible to one. width Minimum width of padded strings. side Side on which padding character is added (left, right or both). pad Single padding character...
/CRAN/refmans/stringr/html/str_pad.html
 cran-help  matching: pad, pad, pad and character


Size: 1.8K
R: Add padding to string
...if padding should be added after as opposed to default before pad padding string of length 1 Value vector or character strings of same length. Examples add_padding(sample(1:200,5)) [Package stRoke...
/CRAN/refmans/stRoke/html/add_padding.html
 cran-help  matching: pad, pad, pad and character


Size: 1.6K
R: Zero Pad Integers
zero.pad {swfscMisc} R Documentation Zero Pad Integers Description Return character representation of integers that are zero-padded to the left so all are the same length. Usage zero.pad(x)...
/CRAN/refmans/swfscMisc/html/zero.pad.html
 cran-help  matching: pad, pad, pad and character


Size: 2.2K
R: Pad Numeric with Zeros
...Pad Numeric with Zeros Description Pad a numeric vector with leading zeros. Usage padded(x, width = 4, ...) Arguments x numeric width desired number of characters ... ignored Value character See Also...
/CRAN/refmans/nonmemica/html/padded.html
 cran-help  matching: pad, pad, pad and character


Size: 1.7K
R: Pad Numeric Numbers
...character vector⁠ that is padded to the length of the maximum entry. Author(s) James Balamuta Examples # Padding applied pad_number(8:10) # No padding applied pad_number(2:3) # Pads non-negative...
/CRAN/refmans/jjb/html/pad_number.html
 cran-help  matching: pad, pad, pad and character


Size: 1.5K
R: Pad leading zeros to character
pad0 {decoder} R Documentation Pad leading zeros to character Description Pad leading zeros to character Usage pad0(x, n) Arguments x character or object that can be coerced to such n desired length...
/CRAN/refmans/decoder/html/pad0.html
 cran-help  matching: pad, pad, character and character


Size: 3.1K
R: Pad with a custom spanning
...Pad with a custom spanning Description Pad the datetime variable after thicken_cust is applied, using the same spanning. Usage pad_cust(x, spanned, by = NULL, group = NULL, drop_last_spanned = TRUE)...
/CRAN/refmans/padr/html/pad_cust.html
 cran-help  matching: pad, pad, pad and character


Size: 5.1K
R: Pad (Center/Left/Right Align) a String
...Pad (Center/Left/Right Align) a String Description Add multiple pad characters at the given side(s) of each string so that each output string is of total width of at least width. These functions may...
/CRAN/refmans/stringi/html/stri_pad.html
 cran-help  matching: pad, pad, pad and character


Size: 3.1K
R: Pad the integer column of a data frame
...a missing value will be inserted at the padded rows. Usage pad_int(x, by, start_val = NULL, end_val = NULL, group = NULL, step = 1) Arguments x A data frame. by The column to be padded. start_val...
/CRAN/refmans/padr/html/pad_int.html
 cran-help  matching: pad, pad, pad and character


Size: 2.0K
R: Pad a character vector with empty strings.
...R Documentation Pad a character vector with empty strings. Description Extend a character vector by appending empty strings at the end. Usage extend_char_vec(char_vec, extend_by = NA, length_out = NA)...
/CRAN/refmans/filesstrings/html/extend_char_vec.html
 cran-help  matching: pad, pad, character and character


Size: 3.6K
R: Pad data
pad {gsignal} R Documentation Pad data Description Pre- or postpad the data object x with the value c until it is of length l. Usage pad(x, l, c = 0, MARGIN = 2, direction = c("both", "pre", "post"))...
/CRAN/refmans/gsignal/html/pad.html
 cran-help  matching: pad, pad, pad and character


Size: 5.8K
R: Sprinkle the Padding of a Cell
...Padding of a Cell Description Padding for HTML tables indicates how many pixels should be placed between the cell's content and the outside border. Usage sprinkle_pad( x, rows = NULL, cols = NULL, pad...
/CRAN/refmans/pixiedust/html/sprinkle_pad.html
 cran-help  matching: pad, pad, pad and character


Size: 2.7K
R: Duplicate and concatenate strings within a character vector
Either a character vector, or something coercible to one. width Minimum width of padded strings. side Side on which padding character is added (left, right or both). pad Single padding character...
/CRAN/refmans/stringstatic/html/str_pad.html
 cran-help  matching: pad, pad, character and character


Size: 3.7K
R: Round numbers with 0-padding.
...0-padding. Description Utility functions to round numbers, similar the the base functions signif and round, but resulting in character representations that keep zeros at the right edge if they are...
/CRAN/refmans/table1/html/signif_pad.html
 cran-help  matching: pad, pad, pad and character


Size: 6.7K
R: Pad the datetime column of a data frame
pad {padr} R Documentation Pad the datetime column of a data frame Description pad will fill the gaps in incomplete datetime variables, by figuring out what the interval of the data is and what...
/CRAN/refmans/padr/html/pad.html
 cran-help  matching: pad, pad, pad and character


Size: 7.1K
R: Pad: Add rows to fill gaps and go from low to high frequency
...Pad: Add rows to fill gaps and go from low to high frequency Description step_ts_pad creates a a specification of a recipe step that will analyze a Date or Date-time column adding rows at a specified...
/CRAN/refmans/timetk/html/step_ts_pad.html
 cran-help  matching: pad, pad, pad and character


Size: 3.4K
R: Test if an object is a character vector of numbers
...will zero-pad the variable to have equal width. pad_zeros pads a vector with zeros to avoid issues with ordering a column of integers or integers converted to character. Usage check_sID(x) pad_zeros(x) ...
/CRAN/refmans/brainGraph/html/pad_zeros.html
 cran-help  matching: pad, pad, character and character


Size: 2.7K
R: Pads ragged ends of aligned DNA sequences
...uniform lengths. Usage padSeqEnds(seq, len = NULL, start = FALSE, pad_char = "N", mod3 = TRUE) Arguments seq character vector of DNA sequence strings. len length to pad to. Only applies if longer than...
/CRAN/refmans/alakazam/html/padSeqEnds.html
 cran-help  matching: pad, pad and character


Size: 1.8K
R: Pad a string to the longest width of the strings.
...Side on which padding character is added (left, right or both). pad Single padding character (default is spaces). Value Strings. Examples x <- c("a", "ab", "abc") pad2longest(x, side = "right", pad...
/CRAN/refmans/ecan/html/pad2longest.html
 cran-help  matching: pad, pad and character


Size: 2.2K
R: Pad with 0's.
...Pad with 0's. Description Sometimes we receive this c(1, 22, 131) and we need character variables of the same size, such as c("001", "022", "131"). This happens if a user has mistakenly converted...
/CRAN/refmans/rockchalk/html/padW0.html
 cran-help  matching: pad, pad and character


Size: 2.2K
R: Pad string to desired width
...pad width Desired width of padded string where Padding can be inserted to the right or left of <string>. Default to 'right'. padding A single character with with the padding space is filled. Defaults...
/CRAN/refmans/dMod/html/strpad.html
 cran-help  matching: pad, pad and character


Size: 2.1K
R: Pads string with spaces, either right or left justified
...of characters total, including desired spaces just 'r' for right, 'l' for left padstring string to use for padding (default space character) Value Padded string Author(s) Leland Scantlebury, leland@...
/CRAN/refmans/RavenR/html/rvn_stringpad.html
 cran-help  matching: pad, pad and character


Size: 2.1K
R: Convert Numbers into Padded Strings for Easier Group...
...1. Value A Character Vector Examples # Useful for easier group numbering so groups are ordered as intended # Expects a numeric vector of numbers to convert to padded numbers regular_numbers <- 1:19...
/CRAN/refmans/artpack/html/group_numbers.html
 cran-help  matching: pad, pad and character


Size: 2.5K
R: Pad a String With Justification
...will fill a string x with defined characters to fit a given length. Usage StrPad(x, width = NULL, pad = " ", adj = "left") Arguments x a vector of strings to be padded. width resulting width of padded...
/CRAN/refmans/DescTools/html/StrPad.html
 cran-help  matching: pad, pad and character


Size: 2.6K
R: Pad numbers with leading zeros to specified total width
...(x))) prependZeros.int(x, width = max(nchar(as.integer(x)))) Arguments x Vector of numbers to be padded. For prependZeros, the vector may be real (non-integer) or even character (and not necessarily...
/CRAN/refmans/WGCNA/html/prependZeros.html
 cran-help  matching: pad, pad and character


Size: 2.6K
R: Pad Values with Leading Zeroes
...of text characters representing a padded integer f factor of 10 transformation on x before padding Details Converts numbers (or text coerced to numeric) to integers and then to text, and pads them...
/CRAN/refmans/PBSmodelling/html/pad0.html
 cran-help  matching: pad, pad and character


Size: 2.0K
R: Enforces hashid minimum length by padding the hashid with...
...by padding the hashid with additional characters. Description Enforces hashid minimum length by padding the hashid with additional characters. Usage enforce_min_length(encoded, min_length, alphabet...
/CRAN/refmans/hashids/html/enforce_min_length.html
 cran-help  matching: pad, pad and character


Size: 2.2K
R: Pad a string and align within string
...Pad a string and align within string Description Pad a string and align within string Usage padstr(x, n, just = list_valid_aligns()) Arguments x (string) a string. n (integer(1)) number of characters...
/CRAN/refmans/formatters/html/padstr.html
 cran-help  matching: pad, pad and character


Size: 1.5K
R: Add whitespace padding to string
...Add whitespace padding to string Description Add whitespace padding to string Usage padd_whitespace(str) Arguments str a character string Value string with whitespace padding until the full console...
/CRAN/refmans/OptimalGoldstandardDesigns/html/padd_whitespace.html
 cran-help  matching: pad, pad and character


Size: 1.5K
R: Create the two-digit zero-padded format
...-padded format Description Create the two-digit zero-padded format Usage pad2(x) Arguments x numeric value or vector with maximum two characters. Value Numeric value containing two-digit zero-padded...
/CRAN/refmans/vivainsights/html/pad2.html
 cran-help  matching: pad, pad and character


Size: 1.4K
R: Create the two-digit zero-padded format
...-padded format Description Create the two-digit zero-padded format Usage pad2(x) Arguments x numeric value or vector with maximum two characters. Value Numeric value containing two-digit zero-padded...
/CRAN/refmans/wpa/html/pad2.html
 cran-help  matching: pad, pad and character


Size: 1.8K
R: Pad string with leading zeros
...to pad a string with leading zeros. Useful for parameter codes and USGS site IDs. Usage zeroPad(x, padTo) Arguments x character padTo number Final desired length of the character Value x character...
/CRAN/refmans/dataRetrieval/html/zeroPad.html
 cran-help  matching: pad, pad and character


Size: 1.7K
R: Pad with Zeros
...Sobel. Tech Review: Bryce Chamberlain. Usage pad0(x, len) Arguments x Vector. len Number of characters you want in each value. Value Character vector with padded values. Examples pad0( c(123,00123,5)...
/CRAN/refmans/easyr/html/pad0.html
 cran-help  matching: pad, pad and character


Size: 2.3K
R: Unwrap values and clean up NAs used as padding
...used to as within-group padding. groupingVar Name of the variable describing the observational units. separator Character string defining the separator that will delimit the elements of the unwrapped...
/CRAN/refmans/unheadr/html/unwrap_cols.html
 cran-help  matching: pad, pad and character


Size: 8.5K
R: Download and crop the PAD-US Dataset.
...crop the PAD-US Dataset. Description get_padus returns a list of sf objects extracted from the PAD-US Dataset. Data are retrieved directly from PAD-US ArcGIS Web Services. Usage get_padus( template...
/CRAN/refmans/FedData/html/get_padus.html
 cran-help  matching: pad, pad and character


Size: 2.4K
R: Add leading characters to a string
...characters to a string Description Add leading characters to a string. This function is useful for ensuring, say, files get sorted in a particular order. For example, on some operating systems a file...
/CRAN/refmans/omnibus/html/prefix.html
 cran-help  matching: pad, character and character


Size: 1.8K
R: render_type_pad_to
...a character string as the type in text. Pad to the desired length. Usage render_type_pad_to(char_vec, char_type, char_length) Arguments char_vec a character vector char_type a string type from readr...
/CRAN/refmans/datapasta/html/render_type_pad_to.html
 cran-help  matching: pad, pad and character


Size: 1.5K
R: pad_to
...certain size. A helper function for getting spacing in table correct. Usage pad_to(char_vec, char_length) Arguments char_vec character vector. char_length length to pad to. Value char_vec left-padded...
/CRAN/refmans/datapasta/html/pad_to.html
 cran-help  matching: pad, pad and character


Size: 3.5K
R: Convert to Best of Numeric or Character
...frame ... passed arguments prefix character to prepend to values in mixed numeric/character columns Details Converts to numeric if doing so creates no new NA; otherwise to character. Converts columns...
/CRAN/refmans/nonmemica/html/as.best.html
 cran-help  matching: pad, character and character


Size: 3.2K
R: Character Tokens Used in Diffs
...Character Tokens Used in Diffs Description Various character tokens are used throughout diffs to provide visual cues. For example, gutters will contain characters that denote deletions and insertions...
/CRAN/refmans/diffobj/html/StyleText.html
 cran-help  matching: pad, character and character


Size: 2.7K
R: Convert Character Vectors From Variable To Constant Width
...function to convert a vector of character strings to one where each element has exactly ‘width’-bytes. Usage make.fixedwidth(x, width = NA, justify = c("left", "right")) Arguments x A character...
/CRAN/refmans/mmap/html/make.fixedwidth.html
 cran-help  matching: pad, character and character


Size: 2.6K
R: Convert Vector to Best of Numeric or Character
...that should be treated as NA ... ignored Details Converts vector to numeric if doing so creates no new NA; otherwise to character. Number-like vectors that are nevertheless character are prefixed by ...
/CRAN/refmans/nonmemica/html/as.best.default.html
 cran-help  matching: pad, character and character


Size: 2.3K
R: Enclose in Arbitrary Characters
...x vector open open string close close string ... dots Value character See Also Other util: %contains%(), as.best.default(), as.best(), locf(), padded(), parens(), pool(), runhead(), text2decimal...
/CRAN/refmans/nonmemica/html/enclose.html
 cran-help  matching: pad, character and character


Size: 2.0K
R: Print a character a specified number of times.
...X_i number of times for each element i of X. Useful for padding for alignment purposes. Usage spc(X, char = " ") Arguments X numeric vector of number of repeats char The character to repeat (longer...
/CRAN/refmans/NCmisc/html/spc.html
 cran-help  matching: pad, character and character


Size: 2.6K
R: Vertical character string alignment through regular...
...Vertical character string alignment through regular expressions Description Aligning strings with regex. Usage regex_valign(stringvec, regex_ai, sep_str = "") Arguments stringvec A character vector...
/CRAN/refmans/unheadr/html/regex_valign.html
 cran-help  matching: pad, character and character


Size: 2.2K
R: Lag a Numeric, Character, or Factor Vector
...Lag a Numeric, Character, or Factor Vector Description Shifts a vector shift elements later. Character or factor variables are padded with "", numerics with NA. The shift may be negative. Usage Lag(x...
/CRAN/refmans/Hmisc/html/Lag.html
 cran-help  matching: pad, character and character


Size: 4.3K
R: Print a character matrix as a table.
...A character matrix. col.sep Column seperator. Default to "". header.sep Header seperator. Default to "-". row.begin Character at the beginning of each row. Default to col.sep. row.end Character at the...
/CRAN/refmans/hgwrr/html/print.table.md.html
 cran-help  matching: pad, character and character


Size: 6.2K
R: Transfer Character Strings To and From Connections
...eos = "", useBytes = FALSE) Arguments con a connection object, or a character string naming a file, or a raw vector. nchars integer vector, giving the lengths in characters of (unterminated) ...
/R/refmans/base/html/readChar.html
 r-help  matching: pad, character and character


Size: 5.0K
R: Format a character vector in multiple columns
...a character vector in multiple columns Description This function helps with multi-column output of ANSI styles strings. It works well together with boxx(), see the example below. Usage ansi_columns...
/CRAN/refmans/cli/html/ansi_columns.html
 cran-help  matching: pad, character and character


Size: 3.8K
R: Make a period character vector
...Make a period character vector Description After applying thicken all the observations of a period are mapped to a single time point. This function will convert a datetime variable to a character...
/CRAN/refmans/padr/html/format_interval.html
 cran-help  matching: pad, character and character


Size: 4.9K
R: Encode Character Vector as for Printing
...Encode Character Vector as for Printing Description encodeString escapes the strings in a character vector in the same way print.default does, and optionally fits the encoded strings within a field...
/R/refmans/base/html/encodeString.html
 r-help  matching: pad, character and character


Size: 20.1K
R: Bag-of-word Representation of Character Features
...Character Features Description Computes a bag-of-word representation from a (set of) columns. Columns of type character are split up into words. Uses the quanteda::dfm(), quanteda::dfm_trim() from the...
/CRAN/refmans/mlr3pipelines/html/mlr_pipeops_textvectorizer.html
 cran-help  matching: pad, character and character


Size: 2.7K
R: Add a leading zero to nine-digit CHI numbers
...remain unchanged. Usage chi_pad(x) Arguments x a CHI number or a vector of CHI numbers with character class. Details The Community Health Index (CHI) is a register of all patients in NHS Scotland. A...
/CRAN/refmans/phsmethods/html/chi_pad.html
 cran-help  matching: pad, pad and character


Size: 5.2K
R: Format numeric columns to align at decimal point without...
...repeating trailing zeroes and adds blank white space to align at the decimal point. Usage fmt_pad_num(gt_object, columns, sep = ".", nsmall = 2, pad0 = FALSE) Arguments gt_object An existing gt table...
/CRAN/refmans/gtExtras/html/fmt_pad_num.html
 cran-help  matching: pad, pad and character


Size: 3.9K
R: Coerce to integer64
...character {bit64} R Documentation Coerce to integer64 Description Methods to coerce from other atomic types to integer64. Usage NA_integer64_ as.integer64(x, ...) ## S3 method for class 'integer64' as...
/CRAN/refmans/bit64/html/as.integer64.character.html
 cran-help  matching: pad, character and character


Size: 10.6K
R: Fast and Portable Character String Processing in R
...character encoding. Keywords: R, text processing, character strings, internationalization, localization, ICU, ICU4C, i18n, l10n, Unicode. Homepage: https://stringi.gagolewski.com/ License: The BSD-3-...
/CRAN/refmans/stringi/html/about_stringi.html
 cran-help  matching: pad, character and character


Size: 40.7K
R: Fast and Portable Character String Processing Facilities
...Character Encodings and 'stringi' about_locale Locales and 'stringi' about_search String Searching about_search_boundaries Text Boundary Analysis in 'stringi' about_search_charclass Character ...
/CRAN/refmans/stringi/html/00Index.html
 cran-help  matching: pad, character and character


Size: 9.3K
R: Mk2 and Mk-n Models of character evolution
...Mk2 and Mk-n Models of character evolution Description Prepare to run a Mk2/Mk-n model on a phylogenetic tree and binary/discrete trait data. This fits the Pagel 1994 model, duplicating the ace...
/CRAN/refmans/diversitree/html/make.mkn.html
 cran-help  matching: pad, character and character


Size: 26.4K
R: Date-time Conversion Functions to and from Character
...Date-time Conversion Functions to and from Character Description Functions to convert between character representations and objects of classes "POSIXlt" and "POSIXct" representing calendar dates...
/R/refmans/base/html/strptime.html
 r-help  matching: pad, character and character


Size: 4.9K
R: Paragraph formatting properties
...that describes paragraph formatting properties. Usage fp_par( text.align = "left", padding = 0, line_spacing = 1, border = fp_border(width = 0), padding.bottom, padding.top, padding.left, padding...
/CRAN/refmans/officer/html/fp_par.html
 cran-help  matching: pad and character


Size: 13.6K
R: Convert Character Vector between Encodings
...a character vector, or an object to be converted to a character vector by as.character, or a list with NULL and raw elements as returned by iconv(toRaw = TRUE). from a character string describing the ...
/R/refmans/base/html/iconv.html
 r-help  matching: pad, character and character


Size: 3.0K
R: Format 12 Hour Times
...format = "%I:%M %p", pad.char = "", ...) ## S3 method for class 'numeric' f_12_hour(x, format = "%I:%M %p", pad.char = "", ...) ## S3 method for class 'hms' f_12_hour(x, format = "%I:%M %p", pad.char = "", ...
/CRAN/refmans/numform/html/f_12_hour.html
 cran-help  matching: pad and character


Size: 3.0K
R: Turn numbers into strings with aligned decimal points
dechar The character used to separate the decimal part of a number. nint The number of characters to which the integer part of the numbers should be padded. ndec The number of characters to which the...
/CRAN/refmans/prettyR/html/decimal.align.html
 cran-help  matching: pad and character


Size: 10.8K
R: Modify flextable defaults formatting properties
...to re-init all values with the package defaults. Usage set_flextable_defaults( font.family = NULL, font.size = NULL, font.color = NULL, text.align = NULL, padding = NULL, padding.bottom = NULL, ...
/CRAN/refmans/flextable/html/set_flextable_defaults.html
 cran-help  matching: pad and character


Size: 2.8K
R: Create a custom encoding engine
...new_config( encode_padding = TRUE, decode_padding_trailing_bits = FALSE, decode_padding_mode = c("canonical", "indifferent", "none") ) Arguments encode_padding default TRUE add 1-2 trailing = to pad...
/CRAN/refmans/b64/html/new_config.html
 cran-help  matching: pad and character


Size: 2.4K
R: Encode to base32 or Decode from base32
...encoder/decoder. Pads with “=”. Usage base32_encode(x, use.padding = FALSE) base32_decode(x, use.padding = FALSE) Arguments x [character(1)] Character vector to encode or decode. use.padding...
/CRAN/refmans/base64url/html/base32_encode.html
 cran-help  matching: pad and character


Size: 2.1K
R: Padd vector by index
...Pad front or rear by j 0s, or, front by floor(j/2) and rear by ceiling(j/2). Two elements: Pad j[1] times the value passed in j[2]. Value A padded version of x Examples x <- rnorm(100) # Pad front...
/CRAN/refmans/invctr/html/padders.html
 cran-help  matching: pad and character


Size: 5.3K
R: C3 Axis
...xAxis(c3, show = TRUE, type = "indexed", localtime = NULL, categories = NULL, max = NULL, min = NULL, padding = list(), height = NULL, extent = NULL, label = NULL, ...) yAxis(c3, show = TRUE, inner...
/CRAN/refmans/c3/html/xAxis.c3.html
 cran-help  matching: pad and character


Size: 3.8K
R: MATLAB padarray function
...Pad array. Usage padarray(A, padsize, padval=0, direction=c("both", "pre", "post")) Arguments A vector, matrix, or array to be padded padsize integer vector specifying both amount of padding...
/CRAN/refmans/matlab/html/padarray.html
 cran-help  matching: pad and character


Size: 4.4K
R: Plant Area Index (PAI)
...(PAD). PAI is defined as the plant area per unit ground surface area (PAI = plant area / ground area = m^2 / m^2). The function can estimate PAI on the whole voxel space or any region of interest...
/CRAN/refmans/AMAPVox/html/plantAreaIndex.html
 cran-help  matching: pad and character


Size: 2.4K
R: Writes a header
...(rep(" ", max(padding, 1)), collapse = ""), sep = ""), level=this$defaultLevel) Arguments ... The title. char The character string to make up the frame. padding The number of rows and character to pad...
/CRAN/refmans/R.utils/html/header.Verbose.html
 cran-help  matching: pad and character


Size: 3.5K
R: Normalize ZIP codes
Non-number characters are removed, strings are padded with zeroes on the left, and ZIP+4 suffixes are removed. Invalid ZIP codes from a vector can be removed as well as single (repeating) character...
/CRAN/refmans/campfin/html/normal_zip.html
 cran-help  matching: pad and character


Size: 2.6K
R: Digit number after decimal point for a numeric variable
...(x, dechar = ".", nint = NA, ndec = NA, pad.left = TRUE) Arguments x one or more decimal numbers. dechar The character used to separate the decimal part of a number. nint The number of characters to...
/CRAN/refmans/spm2/html/decimaldigit.html
 cran-help  matching: pad and character


Size: 3.3K
R: Automatically Format Export Tables
...("digits")) xalign(x, pad = TRUE) xdigits(x, pad = TRUE, zap = getOption("digits")) xdisplay(x, pad = TRUE) Arguments xtab an object of class xtable. x a vector, matrix, or data frame. pad whether to...
/CRAN/refmans/xtable/html/autoformat.html
 cran-help  matching: pad and character


Size: 9.4K
R: Flexibly Format Numbers in Binary, Hex and Decimal Format
..."mpfr" numbers via mpfr(). Usage formatHex(x, precBits = min(getPrec(x)), style = "+", expAlign = TRUE) formatBin(x, precBits = min(getPrec(x)), scientific = TRUE, left.pad = "_", right.pad = left.pad...
/CRAN/refmans/Rmpfr/html/formatHex.html
 cran-help  matching: pad and character


Size: 2.9K
R: CSS string helper
...where the name is the property name and the argument is the property value. See Details for conversion rules. collapse_ (Note that the parameter name has a trailing underscore character.) Character...
/CRAN/refmans/htmltools/html/css.html
 cran-help  matching: pad and character


Size: 5.9K
R: WHeatmap object
...pad = 0.005, xticklabel.space = 0.05, xticklabel.use.data = FALSE, yticklabels = NULL, yticklabels.n = NULL, yticklabel.side = "l", yticklabel.fontsize = 12, yticklabel.rotat = 0, yticklabel.pad...
/CRAN/refmans/wheatmap/html/WHeatmap.html
 cran-help  matching: pad and character


Size: 18.6K
R: Draw a banner-like box in the console
...list_border_styles() boxx( label, header = "", footer = "", border_style = "single", padding = 1, margin = 0, float = c("left", "center", "right"), col = NULL, background_col = NULL, border_col = col...
/CRAN/refmans/cli/html/boxx.html
 cran-help  matching: pad and character


Size: 2.8K
R: Create a content panel
...introduce padding and/or scrolling, but even if padding/scrolling aren't needed, it's a good idea to wrap your custom content into miniContentPanel as it fixes some odd behavior with percentage-based...
/CRAN/refmans/miniUI/html/miniContentPanel.html
 cran-help  matching: pad and character


Size: 3.5K
R: Cryptographic Long-term Keys (CLKs)
...frame is hashed into a single additive Bloom filter. Usage CreateCLK(ID, data, password, k = 20, padding = as.integer(c(0)), qgram = as.integer(c(2)), lenBloom = 1000) Arguments ID A character vector...
/CRAN/refmans/PPRL/html/CreateCLK.html
 cran-help  matching: pad and character


Size: 2.1K
R: Alignment helper
...that each string is padded to. If NULL, the maximum display width of the character vector is used (see get_max_extent()). align How should strings be aligned? If align = left then padding appears on...
/CRAN/refmans/pillar/html/align.html
 cran-help  matching: pad and character


Size: 2.2K
R: Recursively Print the VLMC Result Vector
...(v, nalph, pad=" ") Arguments v typically x $ vlmc.vec[ -1] where x is the result of vlmc(*). nalph alphabet size; typically x $ vlmc.vec[1]. pad character, to be used for padding paste(*, collapse=pad).
/CRAN/refmans/VLMC/html/prt.vvec.html
 cran-help  matching: pad and character


Size: 2.3K
R: Jot Down a Note
...pad = jot_active() ) write_jot( note, name, overwrite = FALSE, user = get_jot_user(), time = get_sys_time(), pad = jot_active() ) Arguments note data to save. required. name character, name of...
/CRAN/refmans/jot/html/jot.html
 cran-help  matching: pad and character


Size: 2.9K
R: Print Format for 'mtable' Objects
...getOption("OutDec"), align.integers=c("dot","right","left"), padding = " ", ... ) Arguments x an object of class mtable topsep a character string that is recycled to a top rule. bottomsep a character...
/CRAN/refmans/memisc/html/mtable-format-print.html
 cran-help  matching: pad and character


Size: 43.9K
R: Modify table options for all tables within a 'gt_group'...
...Modify the options for a collection of gt tables in a gt_group object. These options are named by the components, the subcomponents, and the element that can adjusted. Usage grp_options( data, table...
/CRAN/refmans/gt/html/grp_options.html
 cran-help  matching: pad and character


Size: 3.4K
R: Rolling statistics
...rollStats(x, k, FUN = mean, na.pad = FALSE, align=c("center", "left", "right"), ...) rollMean(x, k, na.pad = FALSE, align = c("center", "left", "right"), ...) rollMin(x, k, na.pad = FALSE, align = c...
/CRAN/refmans/timeSeries/html/statistics-rollMean.html
 cran-help  matching: pad and character


Size: 4.5K
R: Rolling Means/Maximums/Medians/Sums
...pad) NA, na.pad = FALSE, align = c("center", "left", "right"), ...) rollmedian(x, k, fill = if (na.pad) NA, na.pad = FALSE, align = c("center", "left", "right"), ...) rollsum(x, k, fill = if (na.pad) ...
/CRAN/refmans/zoo/html/rollmean.html
 cran-help  matching: pad and character


Size: 3.1K
R: Bloom Filter Encoding
...bit vector. Usage CreateBF(ID, data, password, k = 20, padding = 1, qgram = 2, lenBloom = 1000) Arguments ID a character vector or integer vector containing the IDs of the data.frame. data a character...
/CRAN/refmans/PPRL/html/CreateBF.html
 cran-help  matching: pad and character


Size: 4.2K
R: Object builders
rebuild_dfm(x, attrs) upgrade_dfm(x) build_tokens( x, types, padding = TRUE, docvars = data.frame(), meta = list(), class = NULL, ... ) rebuild_tokens(x, attrs) upgrade_tokens(x) build_corpus(x...
/CRAN/refmans/quanteda/html/object-builders.html
 cran-help  matching: pad and character


Size: 2.4K
R: Base64 encoding and decoding
...where characters 62 and 63 are "-" and "_". Pass in "+" and "/" to get the RFC 1421 variant (as in other R packages that do base64 encoding). Usage encode64(x, char62 = "-", char63 = "_", pad = TRUE)...
/CRAN/refmans/storr/html/encode64.html
 cran-help  matching: pad and character




powered by xapian
hosted and maintained by the Institute for Statistics and Mathematics
of WU (Vienna University of Economics and Business)
give a feedback