Skip to contents

Common file extensions (text)

Usage

ext_text(flat = FALSE)

Arguments

flat

Flatten the list and return a vector?

Value

A list or vector of standard text file extensions.

Specification

The contents of this section are shown in PDF user manual only.

Examples

ext_text()
#> $r
#> [1] "R" "r" "s" "q"
#> 
#> $man
#> [1] "Rd" "rd"
#> 
#> $manfigures
#> [1] "svg"
#> 
#> $src
#>  [1] "c"    "h"    "cpp"  "cc"   "hpp"  "hxx"  "hh"   "f"    "f90"  "f95" 
#> [11] "f03"  "win"  "in"   "ucrt" "ac"  
#> 
#> $vignette
#>  [1] "Rmd"  "md"   "csl"  "Rnw"  "tex"  "ltx"  "rsp"  "cls"  "sty"  "bib" 
#> [11] "bst"  "asis" "el"  
#> 
#> $meta
#> [1] "Rproj" "dcf"   "yml"   "yaml"  "note" 
#> 
#> $table
#> [1] "csv" "tsv" "txt"
#> 
#> $figure
#> [1] "svg"
#> 
#> $web
#> [1] "html"  "htm"   "shtml" "css"   "js"    "json"  "xml"   "scss" 
#> [9] "less" 
#> 
#> $doc
#> [1] "rtf"
#> 
#> $log
#> [1] "save" "Rout"
#> 
#> $proglang
#>  [1] "stan"  "bug"   "jags"  "py"    "ipynb" "sh"    "java"  "bat"  
#>  [9] "m4"    "cmake" "sql"   "lua"   "rs"    "jl"    "pl"    "pm"   
#> [17] "brew" 
#> 
#> $gettext
#> [1] "po"  "pot"
#> 
#> $geo
#> [1] "geojson" "kml"     "prj"     "cpg"     "qpj"    
#> 
#> $bio
#> [1] "fasta" "fastq" "vcf"   "ped"   "bim"   "fam"   "gff"   "gtf"  
#>