url_to_IM: Extract Insight Maker model from URL

View source: R/insightmaker_conv.R

url_to_IMR Documentation

Extract Insight Maker model from URL

Description

Create XML string from Insight Maker URL. For internal use; use insightmaker_to_sfm() to import an Insight Maker model.

Usage

url_to_IM(URL, file = NULL)

Arguments

URL

String with URL to an Insight Maker model

file

If specified, file path to save Insight Maker model to. If NULL, do not save model.

Value

XML string with Insight Maker model

See Also

insightmaker_to_sfm()

Examples


xml <- url_to_IM(
  URL =
    "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet"
)


sdbuildR documentation built on Nov. 19, 2025, 5:07 p.m.