Returns a data frame of all early day motions where the given member is the primary sponsor. Defaults to TRUE.
sponsor
Returns a data frame of early day motions where the given member is the primary sponsor or a sponsor. Defaults to FALSE.
signatory
Returns a data frame of all early day motions signed by the given member. Because of the structure of the API, there is less information contained in the data frame return if signatory is TRUE, unless full_data is also TRUE. Defaults to FALSE.
full_data
Requests all available data on the EDMs signed or sponsored by a member. Defaults to FALSE. Note that this can be a very slow process.
extra_args
Additional parameters to pass to API. Defaults to NULL.
tidy
Fix the variable names in the data frame to remove extra characters, superfluous text and convert variable names to snake_case. Defaults to TRUE.