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"    "ipp"   "cxx"   "hpp"   "hxx"  
#>  [9] "hh"    "cu"    "cuh"   "f"     "f90"   "f95"   "f03"   "win"  
#> [17] "ucrt"  "in"    "ac"    "mk"    "guess" "def"  
#> 
#> $vignette
#>  [1] "Rmd"       "qmd"       "orig"      "md"        "tex"      
#>  [6] "csl"       "Rnw"       "Snw"       "Rtex"      "Stex"     
#> [11] "rsp"       "Rasciidoc" "Rhtml"     "lyx"       "ltx"      
#> [16] "dtx"       "cls"       "sty"       "aux"       "bib"      
#> [21] "bibtex"    "bst"       "bbl"       "asis"      "el"       
#> 
#> $meta
#> [1] "Rproj" "dcf"   "yml"   "yaml"  "toml"  "note" 
#> 
#> $table
#> [1] "csv" "tsv" "txt"
#> 
#> $figure
#> [1] "svg"    "ps"     "dot"    "drawio"
#> 
#> $web
#>  [1] "html"     "htm"      "shtml"    "css"      "scss"     "sass"    
#>  [7] "less"     "js"       "cjs"      "mjs"      "jsx"      "wasm"    
#> [13] "json"     "ndjson"   "jsonl"    "jsonld"   "json5"    "topojson"
#> [19] "xml"      "xsd"      "xsl"      "xslt"     "dtd"     
#> 
#> $doc
#> [1] "rtf"
#> 
#> $log
#> [1] "save" "Rout" "log" 
#> 
#> $proglang
#>  [1] "stan"    "bug"     "jags"    "py"      "ipynb"   "sh"      "java"   
#>  [8] "bat"     "m4"      "cmake"   "sql"     "graphql" "lua"     "rs"     
#> [15] "lock"    "jl"      "pl"      "pm"      "brew"    "scala"   "awk"    
#> [22] "rb"      "sas"     "m"       "asm"    
#> 
#> $gettext
#> [1] "po"  "pot"
#> 
#> $geo
#> [1] "geojson" "kml"     "prj"     "cpg"     "qpj"    
#> 
#> $bio
#>  [1] "fasta" "fas"   "fa"    "faa"   "fai"   "fastq" "vcf"   "ped"  
#>  [9] "bim"   "fam"   "gff"   "gff3"  "gtf"  
#> 
#> $generic
#>  [1] "markdown" "rst"      "typ"      "ini"      "conf"     "slurm"   
#>  [7] "ris"      "cff"      "fwf"      "arff"     "graphml"  "gexf"    
#>