https://github.com/cran/haven
Raw File
Tip revision: bd66eae955b21ee65968d09a5bc233b63af5b5d4 authored by Hadley Wickham on 30 November 2023, 15:10:02 UTC
version 2.5.4
Tip revision: bd66eae
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method("names<-",haven_labelled)
S3method(as.character,haven_labelled)
S3method(as_factor,data.frame)
S3method(as_factor,haven_labelled)
S3method(as_factor,labelled)
S3method(format,haven_labelled)
S3method(format,pillar_shaft_haven_labelled_chr)
S3method(format,pillar_shaft_haven_labelled_num)
S3method(is.na,haven_labelled_spss)
S3method(levels,haven_labelled)
S3method(median,haven_labelled)
S3method(obj_print_footer,haven_labelled)
S3method(obj_print_footer,haven_labelled_spss)
S3method(obj_print_header,haven_labelled)
S3method(quantile,haven_labelled)
S3method(summary,haven_labelled)
S3method(vec_arith,haven_labelled)
S3method(vec_arith.haven_labelled,default)
S3method(vec_arith.haven_labelled,haven_labelled)
S3method(vec_arith.haven_labelled,numeric)
S3method(vec_arith.numeric,haven_labelled)
S3method(vec_cast,character.haven_labelled)
S3method(vec_cast,character.haven_labelled_spss)
S3method(vec_cast,double.haven_labelled)
S3method(vec_cast,double.haven_labelled_spss)
S3method(vec_cast,haven_labelled.character)
S3method(vec_cast,haven_labelled.double)
S3method(vec_cast,haven_labelled.haven_labelled)
S3method(vec_cast,haven_labelled.haven_labelled_spss)
S3method(vec_cast,haven_labelled.integer)
S3method(vec_cast,haven_labelled_spss.character)
S3method(vec_cast,haven_labelled_spss.double)
S3method(vec_cast,haven_labelled_spss.haven_labelled)
S3method(vec_cast,haven_labelled_spss.haven_labelled_spss)
S3method(vec_cast,haven_labelled_spss.integer)
S3method(vec_cast,integer.haven_labelled)
S3method(vec_cast,integer.haven_labelled_spss)
S3method(vec_math,haven_labelled)
S3method(vec_ptype2,character.haven_labelled)
S3method(vec_ptype2,character.haven_labelled_spss)
S3method(vec_ptype2,double.haven_labelled)
S3method(vec_ptype2,double.haven_labelled_spss)
S3method(vec_ptype2,haven_labelled.character)
S3method(vec_ptype2,haven_labelled.double)
S3method(vec_ptype2,haven_labelled.haven_labelled)
S3method(vec_ptype2,haven_labelled.haven_labelled_spss)
S3method(vec_ptype2,haven_labelled.integer)
S3method(vec_ptype2,haven_labelled_spss.character)
S3method(vec_ptype2,haven_labelled_spss.double)
S3method(vec_ptype2,haven_labelled_spss.haven_labelled)
S3method(vec_ptype2,haven_labelled_spss.haven_labelled_spss)
S3method(vec_ptype2,haven_labelled_spss.integer)
S3method(vec_ptype2,integer.haven_labelled)
S3method(vec_ptype2,integer.haven_labelled_spss)
S3method(vec_ptype_abbr,haven_labelled)
S3method(vec_ptype_abbr,haven_labelled_spss)
S3method(vec_ptype_full,haven_labelled)
S3method(vec_ptype_full,haven_labelled_spss)
S3method(zap_formats,data.frame)
S3method(zap_formats,default)
S3method(zap_label,data.frame)
S3method(zap_label,default)
S3method(zap_labels,data.frame)
S3method(zap_labels,default)
S3method(zap_labels,haven_labelled)
S3method(zap_labels,haven_labelled_spss)
S3method(zap_missing,data.frame)
S3method(zap_missing,default)
S3method(zap_missing,haven_labelled)
S3method(zap_missing,haven_labelled_spss)
S3method(zap_widths,data.frame)
S3method(zap_widths,default)
export(as_factor)
export(format_tagged_na)
export(is.labelled)
export(is_tagged_na)
export(labelled)
export(labelled_spss)
export(na_tag)
export(print_labels)
export(print_tagged_na)
export(read_dta)
export(read_por)
export(read_sas)
export(read_sav)
export(read_spss)
export(read_stata)
export(read_xpt)
export(tagged_na)
export(vec_arith.haven_labelled)
export(write_dta)
export(write_sas)
export(write_sav)
export(write_xpt)
export(zap_empty)
export(zap_formats)
export(zap_label)
export(zap_labels)
export(zap_missing)
export(zap_widths)
import(rlang)
import(vctrs)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(forcats,as_factor)
importFrom(hms,hms)
importFrom(lifecycle,deprecated)
importFrom(methods,setOldClass)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(tibble,tibble)
useDynLib(haven, .registration = TRUE)
back to top