Learn R Programming

fundManageR (version 0.5.0110)

get_data_adv_managers_periods_summaries: Get ADV summary data for specified periods and filing types

Description

Get ADV summary data for specified periods and filing types

Usage

get_data_adv_managers_periods_summaries(periods = c("2006-06"), all_periods = F, is_exempt = c(F, T), only_most_recent = F, file_directory = NULL, folder_name = "adv_data", remove_existing_folder = F, remove_files = F, empty_trash = F)

Arguments

periods
Selected periods in Year-Month form
all_periods
Do you want all periods
is_exempt
Do you want to exempt, non-exempt or both types of filers
only_most_recent
Select only the most recent period
file_directory
Location of the directory you want to save your data into, if none specified a temporary file will be created
folder_name
Name of the folder you want the data to be downloaded into
remove_files
Remove the files from the folders
empty_trash
Do you wish to empty the trash after being read into R

Examples

Run this code
get_data_adv_managers_periods_summaries(periods = c("2006-06"), all_periods = F, is_exempt = c(F,T), only_most_recent = F,
file_directory = NULL, folder_name = 'adv_data', remove_existing_folder = F, remove_files = T, empty_trash = T)

Run the code above in your browser using DataLab