Skip to contents

All functions

e()
Mark a Label for Expression Evaluation
fclear()
Remove Format(s) from Library
fexport()
Export Formats to 'SAS'-like Text
fimport()
Import Formats from 'SAS' PROC FORMAT CNTLOUT CSV
finput()
Create Invalue Format (Reverse Formatting like 'SAS' INVALUE)
finputc()
Apply Character Invalue by Name (like 'SAS' INPUTC)
finputk()
Apply Invalue Using a Composite Label
finputn()
Apply Numeric Invalue by Name (like 'SAS' INPUTN)
flevels()
Extract Value/Label Levels from a Format
flist()
List Format Names from Library
fmap()
Create a Key-Value Mapping for Format Creation
fmap_ranges()
Build a Vector of Range Mappings
fmap_strata()
Build a Vector of Stratified Range Mappings
fmap_to_ranges()
Reverse-Lookup Range Bounds from Labels
fnew()
Create a Format Definition (like 'SAS' PROC FORMAT)
fnew_bid()
Create Bidirectional Format
fnew_date()
Create Date/Time Format
format_get()
Retrieve a Format from the Library
format_library_app()
Launch Shiny Browser for Format Library
fparse()
Parse Format Definitions from 'SAS'-like Text
fprint()
Print Format(s) from Library
fput()
Apply Format to Data (like 'SAS' PUT function)
fput_all()
Apply Format and Return All Matches (Multilabel)
fput_df()
Apply Format to Data Frame Columns
fputc()
Apply Character Format by Name (like 'SAS' PUTC)
fputk()
Apply Format Using a Composite Key
fputn()
Apply Numeric Format by Name (like 'SAS' PUTN)
franges()
Extract Range Entries from a Format
is_missing()
Check if Value is Missing
ksformat-package ksformat
ksformat: 'SAS'-Style 'PROC FORMAT' for R
ksformat_cheatsheet()
Open the ksformat cheat sheet
print(<ks_format>)
Print Format Object
print(<ks_invalue>)
Print Invalue Object
range_spec()
Create Range Specification