Skip to contents

This function will guess the numerical marks in the market_value column of a portfolio CSV. It will return a single character string containing the guessed decimal or thousands grouping mark, depending on the value passed to type, for each portfolio CSV passed in filepaths.

Usage

guess_numerical_mark(filepaths, type = "decimal")

Arguments

filepaths

A character vector

type

A single character string, either "decimal" or "grouping"

Value

A character vector the same length as filepaths containing a single character string defining the guessed numerical mark for each portfolio CSV