create_libro_gastos: create libro de gastos

View source: R/create_libro_gastos.R

create_libro_gastosR Documentation

create libro de gastos

Description

create libro de gastos

Usage

create_libro_gastos(
  db_gastos,
  dir_libros,
  users = c("Andres", "Martina", "Pulpo"),
  year = 2021,
  ...
)

Arguments

db_gastos

A tibble with the gastos. This data base is returned by pulpo_clean_gastos()

dir_libros

A directory path to export the books

users

A string. Name for which the book will be created. Options: c("Andres", "Martina", "Pulpo")


araupontones/pulpo documentation built on April 4, 2022, 10:46 a.m.