tests/9.R

test.exec_infoquery <- function()
{
    conn <- RSAPConnect("tests/sap.yml")
    res <- RSAPExecInfoQuery(conn, '0D_NW_M01', '0D_FC_NW_M01_Q0002')
    #str(res)
    #print(res)
    #checkTrue(length(res$D_NW_NETV) >= 10)
    checkTrue(RSAPClose(conn))
}

Try the RSAP package in your browser

Any scripts or data that you put into this service are public.

RSAP documentation built on May 29, 2017, 1:47 p.m.