Add an update to a library from a specific address
Source:R/filters.R
mc_add_library_update_from.RdSimilar to mc_add_library_update, but allows specifying the
sending address.
Arguments
- conn
A connection object created by
mc_connect.- from_address
Character string. Address that pays for and issues the update.
- library
Character string. Library name or transaction ID.
- updatename
Character string. Name of this update.
- js_code
Character string. The new JavaScript code (or patch).
See also
Other libraries:
mc_add_library_update(),
mc_create_library(),
mc_get_library_code(),
mc_list_libraries(),
mc_test_library()