write_csv2_cp1251: Write csv file for cyrillic MS office

Description Usage Arguments Details Value Examples

View source: R/io_operations.R

Description

Write csv file for cyrillic MS office

Usage

1

Arguments

x

data frame

path

path to file

Details

Write csv file for cyrillic MS office Uses ";" as separator, CP1251 encoding, no raw names.

Value

results of write operations

Examples

1
2
test = dplyr::tibble(x = c("Привет", "Пока"), z = c(1, 2))
write_csv2_cp1251(test, path = tempfile())

kassandra-ru/kassandr documentation built on Jan. 1, 2022, 7:39 a.m.