Search
 
SCRIPT & CODE EXAMPLE
 

R

formatc in r

formatC(x, format = NULL, digits = y, flag = "") 
#format = g #Fixed format unless sci save space
#		= f #Fixed format
#		= e #Sci format

#y = no. of significant figure (sci)
#  = no. of digit after decimal point (fixed)

# flag = "+" #Force display sign
#	   = "-" #Left align numbers
#	   = "0" #Pad numbers with leading zero
Comment

PREVIOUS NEXT
Code Example
R :: r yardstick confusion matrix 
R :: generate bin frequency table in R 
R :: Which library allows modification of Excel files from R 
R :: return the name of the dataset in r 
R :: r read.csv tab delimited 
R :: extract df from lm in r 
R :: R difference | and || 
R :: gsub function r 
R :: change order of levels, reference 
R :: "R" multi-line comment 
R :: average of rows in Rstudio reduce count 
R :: add padding to number r 
R :: R caTools library with Mandelbrot set 
Rust :: rust lang sleep 
Rust :: deconstruct hashmap into vecs rust 
Rust :: rust nesting loops 
Rust :: read file rust 
Rust :: rust hello world 
Rust :: rust lang start a new project 
Rust :: run or compile rust code 
Rust :: armanriazi•rust•borrowchecker•lifetime•static 
Rust :: rustlang how to edit project names 
Rust :: rust multiplication table for a number 
Rust :: armanriazi•rust•unsafe•function•or•method 
Rust :: rust how to create array with the same value 
Rust :: rust hashset 
Lua :: absolute value in lua 
Lua :: roblox tween color part 
Lua :: roblox studio part color randomiser 
Lua :: for loop lua 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =