Index of /apache/spark/docs/2.0.2/api/R
Name Last modified Size Description
Parent Directory -
00Index.html 2024-08-16 11:59 65K R: R Frontend for Apache Spark
first.html 2024-08-16 11:59 22K R: Return the first row of a SparkDataFrame
summarize.html 2024-08-16 11:59 21K R: Summarize data across columns
gapply.html 2024-08-16 11:59 20K R: gapply
merge.html 2024-08-16 11:59 20K R: Merges two data frames
gapplyCollect.html 2024-08-16 11:59 20K R: gapplyCollect
00frame_toc.html 2024-08-16 11:59 19K R Documentation of SparkR
subset.html 2024-08-16 11:59 19K R: Subset
nafunctions.html 2024-08-16 11:59 19K R: A set of SparkDataFrame functions working with NA values
select.html 2024-08-16 11:59 19K R: Select
write.df.html 2024-08-16 11:59 19K R: Save the contents of SparkDataFrame to a data source.
write.jdbc.html 2024-08-16 11:59 19K R: Save the content of SparkDataFrame to an external database...
saveAsTable.html 2024-08-16 11:59 18K R: Save the contents of the SparkDataFrame to a data source as a...
dapply.html 2024-08-16 11:59 18K R: dapply
filter.html 2024-08-16 11:59 18K R: Filter
repartition.html 2024-08-16 11:59 18K R: Repartition
attach.html 2024-08-16 11:59 18K R: Attach SparkDataFrame to R search path
histogram.html 2024-08-16 11:59 18K R: Compute histogram statistics for given column
join.html 2024-08-16 11:59 18K R: Join
dapplyCollect.html 2024-08-16 11:59 18K R: dapplyCollect
as.data.frame.html 2024-08-16 11:59 18K R: Download data from a SparkDataFrame into a R data.frame
arrange.html 2024-08-16 11:59 18K R: Arrange Rows by Variables
mutate.html 2024-08-16 11:59 18K R: Mutate
with.html 2024-08-16 11:59 18K R: Evaluate a R expression in an environment constructed from a...
rename.html 2024-08-16 11:59 18K R: rename
insertInto.html 2024-08-16 11:59 18K R: insertInto
SparkDataFrame.html 2024-08-16 11:59 18K R: S4 class that represents a SparkDataFrame
coltypes.html 2024-08-16 11:59 18K R: coltypes
withColumn.html 2024-08-16 11:59 18K R: WithColumn
collect.html 2024-08-16 11:59 18K R: Collects all the elements of a SparkDataFrame and coerces...
rbind.html 2024-08-16 11:59 18K R: Union two or more SparkDataFrames
union.html 2024-08-16 11:59 18K R: Return a new SparkDataFrame containing the union of rows
showDF.html 2024-08-16 11:59 18K R: showDF
dropDuplicates.html 2024-08-16 11:59 18K R: dropDuplicates
persist.html 2024-08-16 11:59 18K R: Persist
sample.html 2024-08-16 11:59 18K R: Sample
randomSplit.html 2024-08-16 11:59 17K R: randomSplit
write.text.html 2024-08-16 11:59 17K R: Save the content of SparkDataFrame in a text file at the...
summary.html 2024-08-16 11:59 17K R: summary
createOrReplaceTempView.html 2024-08-16 11:59 17K R: Creates a temporary view using the given name.
write.orc.html 2024-08-16 11:59 17K R: Save the contents of SparkDataFrame as an ORC file,...
groupBy.html 2024-08-16 11:59 17K R: GroupBy
drop.html 2024-08-16 11:59 17K R: drop
write.parquet.html 2024-08-16 11:59 17K R: Save the contents of SparkDataFrame as a Parquet file,...
write.json.html 2024-08-16 11:59 17K R: Save the contents of SparkDataFrame as a JSON file
unpersist-methods.html 2024-08-16 11:59 17K R: Unpersist
selectExpr.html 2024-08-16 11:59 17K R: SelectExpr
registerTempTable-deprecated.html 2024-08-16 11:59 17K R: (Deprecated) Register Temporary Table
explain.html 2024-08-16 11:59 17K R: Explain
head.html 2024-08-16 11:59 17K R: Head
intersect.html 2024-08-16 11:59 17K R: Intersect
except.html 2024-08-16 11:59 17K R: except
take.html 2024-08-16 11:59 17K R: Take the first NUM rows of a SparkDataFrame and return the...
columns.html 2024-08-16 11:59 17K R: Column Names of SparkDataFrame
str.html 2024-08-16 11:59 17K R: Compactly display the structure of a dataset
limit.html 2024-08-16 11:59 17K R: Limit
show.html 2024-08-16 11:59 17K R: show
dim.html 2024-08-16 11:59 17K R: Returns the dimensions of SparkDataFrame
ncol.html 2024-08-16 11:59 17K R: Returns the number of columns in a SparkDataFrame
nrow.html 2024-08-16 11:59 17K R: Returns the number of rows in a SparkDataFrame
isLocal.html 2024-08-16 11:59 17K R: isLocal
schema.html 2024-08-16 11:59 17K R: Get schema object
printSchema.html 2024-08-16 11:59 17K R: Print Schema of a SparkDataFrame
distinct.html 2024-08-16 11:59 17K R: Distinct
dtypes.html 2024-08-16 11:59 17K R: DataTypes
cache.html 2024-08-16 11:59 17K R: Cache
corr.html 2024-08-16 11:59 9.0K R: corr
cov.html 2024-08-16 11:59 8.6K R: cov
window.html 2024-08-16 11:59 7.8K R: window
bround.html 2024-08-16 11:59 7.4K R: bround
conv.html 2024-08-16 11:59 6.9K R: conv
shiftRightUnsigned.html 2024-08-16 11:59 6.9K R: shiftRightUnsigned
covar_pop.html 2024-08-16 11:59 6.9K R: covar_pop
shiftLeft.html 2024-08-16 11:59 6.9K R: shiftLeft
shiftRight.html 2024-08-16 11:59 6.9K R: shiftRight
atan2.html 2024-08-16 11:59 6.9K R: atan2
hypot.html 2024-08-16 11:59 6.8K R: hypot
bin.html 2024-08-16 11:59 6.8K R: bin
round.html 2024-08-16 11:59 6.8K R: round
pmod.html 2024-08-16 11:59 6.8K R: pmod
asin.html 2024-08-16 11:59 6.8K R: asin
acos.html 2024-08-16 11:59 6.8K R: acos
unhex.html 2024-08-16 11:59 6.8K R: unhex
ceil.html 2024-08-16 11:59 6.8K R: Computes the ceiling of the given value
toRadians.html 2024-08-16 11:59 6.8K R: toRadians
toDegrees.html 2024-08-16 11:59 6.8K R: toDegrees
rint.html 2024-08-16 11:59 6.8K R: rint
log1p.html 2024-08-16 11:59 6.8K R: log1p
factorial.html 2024-08-16 11:59 6.7K R: factorial
expm1.html 2024-08-16 11:59 6.7K R: expm1
log10.html 2024-08-16 11:59 6.7K R: log10
sqrt.html 2024-08-16 11:59 6.7K R: sqrt
log2.html 2024-08-16 11:59 6.7K R: log2
tanh.html 2024-08-16 11:59 6.7K R: tanh
cosh.html 2024-08-16 11:59 6.7K R: cosh
sinh.html 2024-08-16 11:59 6.7K R: sinh
atan.html 2024-08-16 11:59 6.7K R: atan
log.html 2024-08-16 11:59 6.7K R: log
floor.html 2024-08-16 11:59 6.7K R: floor
exp.html 2024-08-16 11:59 6.7K R: exp
tan.html 2024-08-16 11:59 6.7K R: tan
cos.html 2024-08-16 11:59 6.7K R: cos
sin.html 2024-08-16 11:59 6.7K R: sin
sign.html 2024-08-16 11:59 6.7K R: signum
cbrt.html 2024-08-16 11:59 6.7K R: cbrt
hex.html 2024-08-16 11:59 6.7K R: hex
substring_index.html 2024-08-16 11:59 6.4K R: substring_index
glm.html 2024-08-16 11:59 6.3K R: Generalized Linear Models (R-compliant)
translate.html 2024-08-16 11:59 6.3K R: translate
locate.html 2024-08-16 11:59 6.1K R: locate
next_day.html 2024-08-16 11:59 6.1K R: next_day
from_unixtime.html 2024-08-16 11:59 6.0K R: from_unixtime
regexp_extract.html 2024-08-16 11:59 6.0K R: regexp_extract
regexp_replace.html 2024-08-16 11:59 6.0K R: regexp_replace
format_number.html 2024-08-16 11:59 6.0K R: format_number
date_format.html 2024-08-16 11:59 6.0K R: date_format
instr.html 2024-08-16 11:59 5.9K R: instr
concat_ws.html 2024-08-16 11:59 5.9K R: concat_ws
format_string.html 2024-08-16 11:59 5.9K R: format_string
rpad.html 2024-08-16 11:59 5.9K R: rpad
encode.html 2024-08-16 11:59 5.9K R: encode
decode.html 2024-08-16 11:59 5.9K R: decode
lpad.html 2024-08-16 11:59 5.9K R: lpad
initcap.html 2024-08-16 11:59 5.8K R: initcap
concat.html 2024-08-16 11:59 5.8K R: concat
unix_timestamp.html 2024-08-16 11:59 5.8K R: unix_timestamp
levenshtein.html 2024-08-16 11:59 5.8K R: levenshtein
ascii.html 2024-08-16 11:59 5.7K R: ascii
base64.html 2024-08-16 11:59 5.7K R: base64
unbase64.html 2024-08-16 11:59 5.7K R: unbase64
length.html 2024-08-16 11:59 5.7K R: length
last.html 2024-08-16 11:59 5.7K R: last
reverse.html 2024-08-16 11:59 5.7K R: reverse
rtrim.html 2024-08-16 11:59 5.6K R: rtrim
trim.html 2024-08-16 11:59 5.6K R: trim
ltrim.html 2024-08-16 11:59 5.6K R: ltrim
soundex.html 2024-08-16 11:59 5.6K R: soundex
upper.html 2024-08-16 11:59 5.6K R: upper
lower.html 2024-08-16 11:59 5.6K R: lower
last_day.html 2024-08-16 11:59 5.6K R: last_day
from_utc_timestamp.html 2024-08-16 11:59 5.6K R: from_utc_timestamp
months_between.html 2024-08-16 11:59 5.6K R: months_between
to_utc_timestamp.html 2024-08-16 11:59 5.6K R: to_utc_timestamp
datediff.html 2024-08-16 11:59 5.5K R: datediff
date_sub.html 2024-08-16 11:59 5.5K R: date_sub
add_months.html 2024-08-16 11:59 5.5K R: add_months
date_add.html 2024-08-16 11:59 5.5K R: date_add
count.html 2024-08-16 11:59 5.5K R: Returns the number of items in a group
dayofmonth.html 2024-08-16 11:59 5.5K R: dayofmonth
dayofyear.html 2024-08-16 11:59 5.5K R: dayofyear
weekofyear.html 2024-08-16 11:59 5.5K R: weekofyear
quarter.html 2024-08-16 11:59 5.5K R: quarter
second.html 2024-08-16 11:59 5.5K R: second
minute.html 2024-08-16 11:59 5.5K R: minute
month.html 2024-08-16 11:59 5.5K R: month
hour.html 2024-08-16 11:59 5.5K R: hour
year.html 2024-08-16 11:59 5.4K R: year
to_date.html 2024-08-16 11:59 5.4K R: to_date
var.html 2024-08-16 11:59 5.3K R: var
sd.html 2024-08-16 11:59 5.3K R: sd
countDistinct.html 2024-08-16 11:59 5.3K R: Count Distinct Values
avg.html 2024-08-16 11:59 5.3K R: avg
stddev_samp.html 2024-08-16 11:59 5.2K R: stddev_samp
stddev_pop.html 2024-08-16 11:59 5.2K R: stddev_pop
var_pop.html 2024-08-16 11:59 5.2K R: var_pop
var_samp.html 2024-08-16 11:59 5.2K R: var_samp
mean.html 2024-08-16 11:59 5.2K R: mean
min.html 2024-08-16 11:59 5.2K R: min
max.html 2024-08-16 11:59 5.2K R: max
sum.html 2024-08-16 11:59 5.2K R: sum
sumDistinct.html 2024-08-16 11:59 5.1K R: sumDistinct
skewness.html 2024-08-16 11:59 5.1K R: skewness
kurtosis.html 2024-08-16 11:59 5.1K R: kurtosis
spark.glm.html 2024-08-16 11:59 5.0K R: Generalized Linear Models
ifelse.html 2024-08-16 11:59 4.3K R: ifelse
spark.kmeans.html 2024-08-16 11:59 4.1K R: K-Means Clustering Model
spark.naiveBayes.html 2024-08-16 11:59 4.1K R: Naive Bayes Models
approxQuantile.html 2024-08-16 11:59 4.1K R: Calculates the approximate quantiles of a numerical column of...
when.html 2024-08-16 11:59 4.1K R: when
install.spark.html 2024-08-16 11:59 4.0K R: Download and Install Apache Spark to a Local Directory
lit.html 2024-08-16 11:59 4.0K R: lit
greatest.html 2024-08-16 11:59 4.0K R: greatest
least.html 2024-08-16 11:59 4.0K R: least
struct.html 2024-08-16 11:59 4.0K R: struct
column.html 2024-08-16 11:59 4.0K R: S4 class that represents a SparkDataFrame column
nanvl.html 2024-08-16 11:59 3.9K R: nanvl
expr.html 2024-08-16 11:59 3.9K R: expr
spark.survreg.html 2024-08-16 11:59 3.9K R: Accelerated Failure Time (AFT) Survival Regression Model
is.nan.html 2024-08-16 11:59 3.8K R: is.nan
randn.html 2024-08-16 11:59 3.8K R: randn
abs.html 2024-08-16 11:59 3.8K R: abs
rand.html 2024-08-16 11:59 3.8K R: rand
negate.html 2024-08-16 11:59 3.8K R: negate
bitwiseNOT.html 2024-08-16 11:59 3.8K R: bitwiseNOT
lag.html 2024-08-16 11:59 3.7K R: lag
lead.html 2024-08-16 11:59 3.6K R: lead
crosstab.html 2024-08-16 11:59 3.6K R: Computes a pair-wise frequency table of the given columns
read.jdbc.html 2024-08-16 11:59 3.5K R: Create a SparkDataFrame representing the database table...
sparkR.session.html 2024-08-16 11:59 3.5K R: Get the existing SparkSession or initialize a new...
freqItems.html 2024-08-16 11:59 3.4K R: Finding frequent items for columns, possibly with false...
rank.html 2024-08-16 11:59 3.2K R: rank
dense_rank.html 2024-08-16 11:59 3.2K R: dense_rank
sampleBy.html 2024-08-16 11:59 3.2K R: Returns a stratified sample without replacement
ntile.html 2024-08-16 11:59 3.1K R: ntile
cume_dist.html 2024-08-16 11:59 3.1K R: cume_dist
percent_rank.html 2024-08-16 11:59 3.0K R: percent_rank
over.html 2024-08-16 11:59 3.0K R: over
pivot.html 2024-08-16 11:59 3.0K R: Pivot a column of the GroupedData and perform the specified...
sparkR.init-deprecated.html 2024-08-16 11:59 2.9K R: (Deprecated) Initialize a new Spark Context
row_number.html 2024-08-16 11:59 2.9K R: row_number
monotonically_increasing_id.html 2024-08-16 11:59 2.8K R: monotonically_increasing_id
rowsBetween.html 2024-08-16 11:59 2.8K R: rowsBetween
rangeBetween.html 2024-08-16 11:59 2.8K R: rangeBetween
sparkR.callJMethod.html 2024-08-16 11:59 2.8K R: Call Java Methods
read.df.html 2024-08-16 11:59 2.8K R: Load a SparkDataFrame
spark.lapply.html 2024-08-16 11:59 2.7K R: Run a function over a list of elements, distributing the...
sparkR.callJStatic.html 2024-08-16 11:59 2.7K R: Call Static Java Methods
cast.html 2024-08-16 11:59 2.7K R: Casts the column to a different data type.
sparkR.newJObject.html 2024-08-16 11:59 2.6K R: Create Java Objects
orderBy.html 2024-08-16 11:59 2.5K R: Ordering Columns in a WindowSpec
partitionBy.html 2024-08-16 11:59 2.4K R: partitionBy
sort_array.html 2024-08-16 11:59 2.3K R: sort_array
sha2.html 2024-08-16 11:59 2.3K R: sha2
hash.html 2024-08-16 11:59 2.3K R: hash
structField.html 2024-08-16 11:59 2.2K R: structField
crc32.html 2024-08-16 11:59 2.2K R: crc32
sha1.html 2024-08-16 11:59 2.2K R: sha1
md5.html 2024-08-16 11:59 2.2K R: md5
otherwise.html 2024-08-16 11:59 2.2K R: otherwise
createExternalTable.html 2024-08-16 11:59 2.2K R: Create an external table
array_contains.html 2024-08-16 11:59 2.1K R: array_contains
startsWith.html 2024-08-16 11:59 2.1K R: startsWith
endsWith.html 2024-08-16 11:59 2.1K R: endsWith
substr.html 2024-08-16 11:59 2.1K R: substr
posexplode.html 2024-08-16 11:59 2.1K R: posexplode
explode.html 2024-08-16 11:59 2.0K R: explode
between.html 2024-08-16 11:59 2.0K R: between
alias.html 2024-08-16 11:59 2.0K R: alias
approxCountDistinct.html 2024-08-16 11:59 2.0K R: Returns the approximate number of distinct items in a group
size.html 2024-08-16 11:59 2.0K R: size
structType.html 2024-08-16 11:59 2.0K R: structType
sparkR.conf.html 2024-08-16 11:59 2.0K R: Get Runtime Config from the current active SparkSession
windowPartitionBy.html 2024-08-16 11:59 2.0K R: windowPartitionBy
createDataFrame.html 2024-08-16 11:59 2.0K R: Create a SparkDataFrame
fitted.html 2024-08-16 11:59 2.0K R: Get fitted result from a k-means model
setJobGroup.html 2024-08-16 11:59 1.9K R: Assigns a group ID to all the jobs started by this thread...
windowOrderBy.html 2024-08-16 11:59 1.9K R: windowOrderBy
sparkRSQL.init-deprecated.html 2024-08-16 11:59 1.7K R: (Deprecated) Initialize a new SQLContext
read.text.html 2024-08-16 11:59 1.7K R: Create a SparkDataFrame from a text file.
sparkRHive.init-deprecated.html 2024-08-16 11:59 1.7K R: (Deprecated) Initialize a new HiveContext
read.json.html 2024-08-16 11:59 1.7K R: Create a SparkDataFrame from a JSON file.
dropTempTable-deprecated.html 2024-08-16 11:59 1.7K R: (Deprecated) Drop Temporary Table
tableToDF.html 2024-08-16 11:59 1.7K R: Create a SparkDataFrame from a SparkSQL Table
spark_partition_id.html 2024-08-16 11:59 1.6K R: Return the partition ID as a column
dropTempView.html 2024-08-16 11:59 1.6K R: Drops the temporary view with the given view name in the...
match.html 2024-08-16 11:59 1.6K R: Match a column with given values.
hashCode.html 2024-08-16 11:59 1.6K R: Compute the hashCode of an object
sql.html 2024-08-16 11:59 1.5K R: SQL Query
uncacheTable.html 2024-08-16 11:59 1.5K R: Uncache Table
cacheTable.html 2024-08-16 11:59 1.5K R: Cache Table
read.ml.html 2024-08-16 11:59 1.5K R: Load a fitted MLlib model from the input path.
generateAliasesForIntersectedCols.html 2024-08-16 11:59 1.4K R: Creates a list of columns by replacing the intersected ones...
cancelJobGroup.html 2024-08-16 11:59 1.4K R: Cancel active jobs for the specified group
tableNames.html 2024-08-16 11:59 1.4K R: Table Names
setLogLevel.html 2024-08-16 11:59 1.4K R: Set new log level
write.ml.html 2024-08-16 11:59 1.4K R: Saves the MLlib model to the input path
tables.html 2024-08-16 11:59 1.4K R: Tables
sparkR.version.html 2024-08-16 11:59 1.3K R: Get version of Spark on which this application is running
clearJobGroup.html 2024-08-16 11:59 1.3K R: Clear current job group ID and its description
predict.html 2024-08-16 11:59 1.2K R: Makes predictions from a MLlib model
read.parquet.html 2024-08-16 11:59 1.2K R: Create a SparkDataFrame from a Parquet file.
clearCache.html 2024-08-16 11:59 1.2K R: Clear Cache
columnfunctions.html 2024-08-16 11:59 1.1K R: A set of operations working with SparkDataFrame columns
print.structField.html 2024-08-16 11:59 1.1K R: Print a Spark StructField.
print.structType.html 2024-08-16 11:59 1.1K R: Print a Spark StructType.
print.jobj.html 2024-08-16 11:59 1.0K R: Print a JVM object reference.
WindowSpec.html 2024-08-16 11:59 1.0K R: S4 class that represents a WindowSpec
GeneralizedLinearRegressionModel-class.html 2024-08-16 11:59 1.0K R: S4 class that represents a generalized linear model
GroupedData.html 2024-08-16 11:59 1.0K R: S4 class that represents a GroupedData
AFTSurvivalRegressionModel-class.html 2024-08-16 11:59 1.0K R: S4 class that represents a AFTSurvivalRegressionModel
read.orc.html 2024-08-16 11:59 956 R: Create a SparkDataFrame from an ORC file.
NaiveBayesModel-class.html 2024-08-16 11:59 927 R: S4 class that represents a NaiveBayesModel
sparkR.session.stop.html 2024-08-16 11:59 920 R: Stop the Spark Session and Spark Context
KMeansModel-class.html 2024-08-16 11:59 897 R: S4 class that represents a KMeansModel
R.css 2024-08-16 11:59 775
index.html 2024-08-16 11:59 295 Documentation of the SparkR package
Apache/2.4.58 (Ubuntu) Server at mirror.efect.ro Port 80