Extract code from an installed package using its namespace. This function retrieves all functions from the package namespace and deparses them to get their source code.
extract_code_installed(pkg_name)
A single string containing the source code of all functions in the package.
The name of the installed package.