read_and_clean_raw_data: Read and clean raw Monefy exported csv

Description Usage Arguments

View source: R/read_and_clean.R

Description

Read and clean raw Monefy exported csv

Read, clean and write Monefy exported csv data to an rds file

Usage

1
2
3
4
5
6
read_and_clean_raw_data(
  file,
  delimiter_character = ",",
  decimal_separator = ".",
  write_path = "expenses_clean.rds"
)

Arguments

file

path to the raw csv exported from monefy app

decimal_separator

decimal separator chosen during export

write_path

path to write the cleaned rds file into

delimer_character

delimiter character chosen during export


ananthu1834/monefystats documentation built on Oct. 6, 2020, 2:50 a.m.