Home
last modified time | relevance | path

Searched refs:catalog_encoding (Results 1 – 6 of 6) sorted by relevance

/dports/math/R-cran-haven/haven/R/
H A Dhaven-sas.R34 encoding = NULL, catalog_encoding = encoding, argument
63 …f_parse_sas_file(spec_data, spec_cat, encoding = encoding, catalog_encoding = catalog_encoding, co…
64 …df_parse_sas_raw(spec_data, spec_cat, encoding = encoding, catalog_encoding = catalog_encoding, co…
H A Dcpp11.R3 df_parse_sas_file <- function(spec_b7dat, spec_b7cat, encoding, catalog_encoding, cols_skip, n_max,… argument
4 ….Call(`_haven_df_parse_sas_file`, spec_b7dat, spec_b7cat, encoding, catalog_encoding, cols_skip, n…
7 df_parse_sas_raw <- function(spec_b7dat, spec_b7cat, encoding, catalog_encoding, cols_skip, n_max, … argument
8 ….Call(`_haven_df_parse_sas_raw`, spec_b7dat, spec_b7cat, encoding, catalog_encoding, cols_skip, n_…
/dports/math/R-cran-haven/haven/man/
H A Dread_sas.Rd12 catalog_encoding = encoding,
26 \item{encoding, catalog_encoding}{The character encoding used for the
27 \code{data_file} and \code{catalog_encoding} respectively. A value of \code{NULL} uses the
/dports/math/R-cran-haven/haven/src/
H A Dcpp11.cpp8 …ec_b7dat, cpp11::list spec_b7cat, std::string encoding, std::string catalog_encoding, std::vector<…
9 …arse_sas_file(SEXP spec_b7dat, SEXP spec_b7cat, SEXP encoding, SEXP catalog_encoding, SEXP cols_sk… in _haven_df_parse_sas_file() argument
11 …std::string>>(encoding), cpp11::as_cpp<cpp11::decay_t<std::string>>(catalog_encoding), cpp11::as_c… in _haven_df_parse_sas_file()
15 …ec_b7dat, cpp11::list spec_b7cat, std::string encoding, std::string catalog_encoding, std::vector<…
16 …parse_sas_raw(SEXP spec_b7dat, SEXP spec_b7cat, SEXP encoding, SEXP catalog_encoding, SEXP cols_sk… in _haven_df_parse_sas_raw() argument
18 …std::string>>(encoding), cpp11::as_cpp<cpp11::decay_t<std::string>>(catalog_encoding), cpp11::as_c… in _haven_df_parse_sas_raw()
H A DDfReader.cpp668 const std::string& catalog_encoding = "" in df_parse() argument
678 InputClass cat_builder_input(catalog_spec, catalog_encoding); in df_parse()
697 std::string encoding, std::string catalog_encoding, in df_parse_sas_file() argument
700 …ec_b7dat, cols_skip, n_max, rows_skip, encoding, false, name_repair, spec_b7cat, catalog_encoding); in df_parse_sas_file()
704 std::string encoding, std::string catalog_encoding, in df_parse_sas_raw() argument
707 …ec_b7dat, cols_skip, n_max, rows_skip, encoding, false, name_repair, spec_b7cat, catalog_encoding); in df_parse_sas_raw()
/dports/math/R-cran-haven/haven/
H A DNEWS.md226 * `read_sas()` gains a `catalog_encoding` argument so you can independently