R/setup.R
set_fy_start_month.Rd
Convenience function to change the default fiscal year start month without calling fundr_setup().
fundr_setup()
set_fy_start_month(month)
Integer 1-12 indicating fiscal year start month.
Invisibly returns the previous value.
# Set to calendar year set_fy_start_month(1) # Set to October (federal fiscal year) set_fy_start_month(10)