Learn R Programming

mssqlR (version 1.0.0)

from: Generates from part for the query

Description

This function creates a from part for the query

Usage

from(query = NULL, data)

Arguments

query

Existing query

data

Table or View to query from

Examples

Run this code
from_tb <- from("","tableName")

Run the code above in your browser using DataLab