Index of /apache/spark/docs/1.5.0/api/R
Name Last modified Size Description
Parent Directory -
R.css 2024-08-16 10:54 775
index.html 2024-08-16 10:54 295 Documentation of the SparkR package
00frame_toc.html 2024-08-16 10:54 13K R Documentation of SparkR
arrange.html 2024-08-16 10:54 2.0K R: Arrange
setJobGroup.html 2024-08-16 10:54 2.0K R: Assigns a group ID to all the jobs started by this thread...
cache-methods.html 2024-08-16 10:54 1.5K R: Cache
cache.html 2024-08-16 10:54 1.5K R: Cache
cacheTable.html 2024-08-16 10:54 1.7K R: Cache Table
cancelJobGroup.html 2024-08-16 10:54 1.6K R: Cancel active jobs for the specified group
cast.html 2024-08-16 10:54 1.6K R: Casts the column to a different data type.
clearCache.html 2024-08-16 10:54 1.4K R: Clear Cache
clearJobGroup.html 2024-08-16 10:54 1.4K R: Clear current job group ID and its description
collect-methods.html 2024-08-16 10:54 2.0K R: Collects all the elements of a Spark DataFrame and coerces...
collect.html 2024-08-16 10:54 1.9K R: Collects all the elements of a Spark DataFrame and coerces...
columns.html 2024-08-16 10:54 1.6K R: Column names
hashCode.html 2024-08-16 10:54 2.0K R: Compute the hashCode of an object
count.html 2024-08-16 10:54 3.8K R: Count
countDistinct.html 2024-08-16 10:54 3.0K R: Count Distinct
jsonFile.html 2024-08-16 10:54 1.8K R: Create a DataFrame from a JSON file.
parquetFile.html 2024-08-16 10:54 1.1K R: Create a DataFrame from a Parquet file.
table.html 2024-08-16 10:54 1.8K R: Create a DataFrame from a SparkSQL Table
createDataFrame.html 2024-08-16 10:54 1.9K R: Create a DataFrame from an RDD
createExternalTable.html 2024-08-16 10:54 2.2K R: Create an external table
lit.html 2024-08-16 10:54 2.1K R: Creates a 'Column' of literal value.
dtypes.html 2024-08-16 10:54 1.5K R: DataTypes
distinct.html 2024-08-16 10:54 1.5K R: Distinct
unique.html 2024-08-16 10:54 844 R: Distinct rows in a DataFrame
dropTempTable.html 2024-08-16 10:54 1.8K R: Drop Temporary Table
explain.html 2024-08-16 10:54 1.7K R: Explain
filter.html 2024-08-16 10:54 2.6K R: Filter
glm.html 2024-08-16 10:54 2.5K R: Fits a generalized linear model
predict-PipelineModel-method.html 2024-08-16 10:54 1.8K R: Fits a generalized linear model, similarly to R's glm().
glm-formula-ANY-DataFrame-method.html 2024-08-16 10:54 2.5K R: Fits a generalized linear model, similarly to R's glm(). Also...
schema.html 2024-08-16 10:54 1.6K R: Get schema object
groupBy.html 2024-08-16 10:54 1.9K R: GroupBy
head.html 2024-08-16 10:54 1.8K R: Head
sparkRHive.init.html 2024-08-16 10:54 1.5K R: Initialize a new HiveContext.
sparkRSQL.init.html 2024-08-16 10:54 1.5K R: Initialize a new SQLContext.
sparkR.init.html 2024-08-16 10:54 2.8K R: Initialize a new Spark Context.
intersect.html 2024-08-16 10:54 1.8K R: Intersect
join.html 2024-08-16 10:54 2.3K R: Join
limit.html 2024-08-16 10:54 1.7K R: Limit
read.df.html 2024-08-16 10:54 2.0K R: Load an DataFrame
predict.html 2024-08-16 10:54 1.7K R: Make predictions from a model
match.html 2024-08-16 10:54 1.4K R: Match a column with given values.
nrow.html 2024-08-16 10:54 814 R: Number of rows for a DataFrame
persist.html 2024-08-16 10:54 1.7K R: Persist
printSchema.html 2024-08-16 10:54 1.5K R: Print Schema of a DataFrame
print.jobj.html 2024-08-16 10:54 1.1K R: Print a JVM object reference.
print.structField.html 2024-08-16 10:54 1.1K R: Print a Spark StructField.
print.structType.html 2024-08-16 10:54 1.1K R: Print a Spark StructType.
00Index.html 2024-08-16 10:54 28K R: R frontend for Spark
registerTempTable.html 2024-08-16 10:54 1.8K R: Register Temporary Table
repartition.html 2024-08-16 10:54 1.7K R: Repartition
first.html 2024-08-16 10:54 2.8K R: Return the first row of a DataFrame
dim.html 2024-08-16 10:54 1.6K R: Returns the dimentions (number of rows and columns) of a...
ncol.html 2024-08-16 10:54 1.6K R: Returns the number of columns in a DataFrame
DataFrame.html 2024-08-16 10:54 1.4K R: S4 class that represents a DataFrame
column.html 2024-08-16 10:54 1.2K R: S4 class that represents a DataFrame column
GroupedData.html 2024-08-16 10:54 1.0K R: S4 class that represents a GroupedData
PipelineModel-class.html 2024-08-16 10:54 1.0K R: S4 class that represents a PipelineModel
sql.html 2024-08-16 10:54 1.7K R: SQL Query
sample.html 2024-08-16 10:54 2.1K R: Sample
write.df.html 2024-08-16 10:54 2.7K R: Save the contents of the DataFrame to a data source
select.html 2024-08-16 10:54 2.5K R: Select
selectExpr.html 2024-08-16 10:54 1.8K R: SelectExpr
sparkR.stop.html 2024-08-16 10:54 801 R: Stop the Spark context.
subset.html 2024-08-16 10:54 3.0K R: Subset
agg.html 2024-08-16 10:54 2.4K R: Summarize data across columns
summary.html 2024-08-16 10:54 1.7K R: Summary
tableNames.html 2024-08-16 10:54 1.6K R: Table Names
tables.html 2024-08-16 10:54 1.6K R: Tables
take.html 2024-08-16 10:54 1.5K R: Take the first NUM rows of a DataFrame and return a the...
uncacheTable.html 2024-08-16 10:54 1.7K R: Uncache Table
rbind.html 2024-08-16 10:54 888 R: Union two or more DataFrames
unionAll.html 2024-08-16 10:54 1.9K R: UnionAll
unpersist-methods.html 2024-08-16 10:54 1.7K R: Unpersist
withColumn.html 2024-08-16 10:54 2.7K R: WithColumn
withColumnRenamed.html 2024-08-16 10:54 2.5K R: WithColumnRenamed
abs.html 2024-08-16 10:54 2.3K R: abs
acos.html 2024-08-16 10:54 3.6K R: acos
add_months.html 2024-08-16 10:54 3.2K R: add_months
alias.html 2024-08-16 10:54 1.0K R: alias
approxCountDistinct.html 2024-08-16 10:54 3.5K R: approxCountDistinct
ascii.html 2024-08-16 10:54 3.6K R: ascii
asin.html 2024-08-16 10:54 3.6K R: asin
atan.html 2024-08-16 10:54 3.5K R: atan
atan2.html 2024-08-16 10:54 3.6K R: atan2
avg.html 2024-08-16 10:54 2.3K R: avg
base64.html 2024-08-16 10:54 3.6K R: base64
between.html 2024-08-16 10:54 1.2K R: between
bin.html 2024-08-16 10:54 3.6K R: bin
bitwiseNOT.html 2024-08-16 10:54 2.3K R: bitwiseNOT
cbrt.html 2024-08-16 10:54 3.5K R: cbrt
ceil.html 2024-08-16 10:54 5.8K R: ceil
concat.html 2024-08-16 10:54 3.2K R: concat
concat_ws.html 2024-08-16 10:54 3.2K R: concat_ws
conv.html 2024-08-16 10:54 3.1K R: conv
cos.html 2024-08-16 10:54 3.5K R: cos
cosh.html 2024-08-16 10:54 3.5K R: cosh
crc32.html 2024-08-16 10:54 1.5K R: crc32
statfunctions.html 2024-08-16 10:54 2.2K R: crosstab
date_add.html 2024-08-16 10:54 3.2K R: date_add
date_format.html 2024-08-16 10:54 3.6K R: date_format
date_sub.html 2024-08-16 10:54 3.2K R: date_sub
datediff.html 2024-08-16 10:54 3.6K R: datediff
dayofmonth.html 2024-08-16 10:54 3.6K R: dayofmonth
dayofyear.html 2024-08-16 10:54 3.6K R: dayofyear
describe.html 2024-08-16 10:54 2.0K R: describe
nafunctions.html 2024-08-16 10:54 3.5K R: dropna
except.html 2024-08-16 10:54 1.8K R: except
exp.html 2024-08-16 10:54 3.5K R: exp
explode.html 2024-08-16 10:54 1.4K R: explode
expm1.html 2024-08-16 10:54 3.5K R: expm1
expr.html 2024-08-16 10:54 1.9K R: expr
factorial.html 2024-08-16 10:54 3.5K R: factorial
floor.html 2024-08-16 10:54 3.5K R: floor
format_number.html 2024-08-16 10:54 3.4K R: format_number
format_string.html 2024-08-16 10:54 3.2K R: format_string
from_unixtime.html 2024-08-16 10:54 3.3K R: from_unixtime
from_utc_timestamp.html 2024-08-16 10:54 3.2K R: from_utc_timestamp
greatest.html 2024-08-16 10:54 2.0K R: greatest
hex.html 2024-08-16 10:54 3.5K R: hex
hour.html 2024-08-16 10:54 3.6K R: hour
hypot.html 2024-08-16 10:54 3.5K R: hypot
ifelse.html 2024-08-16 10:54 2.0K R: ifelse
infer_type.html 2024-08-16 10:54 749 R: infer the SQL type
initcap.html 2024-08-16 10:54 3.7K R: initcap
insertInto.html 2024-08-16 10:54 2.0K R: insertInto
instr.html 2024-08-16 10:54 3.4K R: instr
isLocal.html 2024-08-16 10:54 1.6K R: isLocal
isNaN.html 2024-08-16 10:54 2.2K R: isNaN
last.html 2024-08-16 10:54 2.3K R: last
last_day.html 2024-08-16 10:54 3.7K R: last_day
least.html 2024-08-16 10:54 2.0K R: least
length.html 2024-08-16 10:54 3.6K R: length
levenshtein.html 2024-08-16 10:54 3.6K R: levenshtein
locate.html 2024-08-16 10:54 3.3K R: locate
log.html 2024-08-16 10:54 3.5K R: log
log10.html 2024-08-16 10:54 3.5K R: log10
log1p.html 2024-08-16 10:54 3.5K R: log1p
log2.html 2024-08-16 10:54 3.5K R: log2
lower.html 2024-08-16 10:54 3.6K R: lower
lpad.html 2024-08-16 10:54 3.2K R: lpad
ltrim.html 2024-08-16 10:54 3.6K R: ltrim
max.html 2024-08-16 10:54 2.4K R: max
md5.html 2024-08-16 10:54 1.5K R: md5
mean.html 2024-08-16 10:54 2.4K R: mean
min.html 2024-08-16 10:54 2.4K R: min
minute.html 2024-08-16 10:54 3.6K R: minute
month.html 2024-08-16 10:54 3.6K R: month
months_between.html 2024-08-16 10:54 3.6K R: months_between
nanvl.html 2024-08-16 10:54 2.3K R: nanvl
negate.html 2024-08-16 10:54 2.3K R: negate
next_day.html 2024-08-16 10:54 3.6K R: next_day
otherwise.html 2024-08-16 10:54 1.1K R: otherwise
pmod.html 2024-08-16 10:54 3.5K R: pmod
quarter.html 2024-08-16 10:54 3.6K R: quarter
rand.html 2024-08-16 10:54 2.9K R: rand
randn.html 2024-08-16 10:54 2.9K R: randn
merge.html 2024-08-16 10:54 827 R: rdname merge
merge-DataFrame-DataFrame-method.html 2024-08-16 10:54 902 R: rdname merge aliases join
regexp_extract.html 2024-08-16 10:54 3.2K R: regexp_extract
regexp_replace.html 2024-08-16 10:54 3.3K R: regexp_replace
reverse.html 2024-08-16 10:54 3.6K R: reverse
rint.html 2024-08-16 10:54 3.5K R: rint
round.html 2024-08-16 10:54 3.5K R: round
rpad.html 2024-08-16 10:54 3.2K R: rpad
rtrim.html 2024-08-16 10:54 3.6K R: rtrim
saveAsParquetFile.html 2024-08-16 10:54 1.9K R: saveAsParquetFile
saveAsTable.html 2024-08-16 10:54 2.6K R: saveAsTable
second.html 2024-08-16 10:54 3.6K R: second
sha1.html 2024-08-16 10:54 1.5K R: sha1
sha2.html 2024-08-16 10:54 1.4K R: sha2
shiftLeft.html 2024-08-16 10:54 3.2K R: shiftLeft
shiftRight.html 2024-08-16 10:54 3.2K R: shiftRight
shiftRightUnsigned.html 2024-08-16 10:54 3.2K R: shiftRightUnsigned
show.html 2024-08-16 10:54 1.6K R: show
showDF.html 2024-08-16 10:54 1.7K R: showDF
signum.html 2024-08-16 10:54 5.8K R: signum
sin.html 2024-08-16 10:54 3.5K R: sin
sinh.html 2024-08-16 10:54 3.5K R: sinh
size.html 2024-08-16 10:54 1.3K R: size
soundex.html 2024-08-16 10:54 3.6K R: soundex
sqrt.html 2024-08-16 10:54 3.5K R: sqrt
structField.html 2024-08-16 10:54 2.0K R: structField
structType.html 2024-08-16 10:54 1.9K R: structType
substr.html 2024-08-16 10:54 1.2K R: substr
substring_index.html 2024-08-16 10:54 3.5K R: substring_index
sum.html 2024-08-16 10:54 2.4K R: sum
sumDistinct.html 2024-08-16 10:54 2.4K R: sumDistinct
tan.html 2024-08-16 10:54 3.5K R: tan
tanh.html 2024-08-16 10:54 3.5K R: tanh
toDegrees.html 2024-08-16 10:54 3.5K R: toDegrees
toRadians.html 2024-08-16 10:54 3.5K R: toRadians
to_date.html 2024-08-16 10:54 3.6K R: to_date
to_utc_timestamp.html 2024-08-16 10:54 3.2K R: to_utc_timestamp
translate.html 2024-08-16 10:54 3.4K R: translate
trim.html 2024-08-16 10:54 3.6K R: trim
unbase64.html 2024-08-16 10:54 3.6K R: unbase64
unhex.html 2024-08-16 10:54 3.6K R: unhex
unix_timestamp.html 2024-08-16 10:54 7.6K R: unix_timestamp
upper.html 2024-08-16 10:54 3.6K R: upper
weekofyear.html 2024-08-16 10:54 3.6K R: weekofyear
when.html 2024-08-16 10:54 2.0K R: when
year.html 2024-08-16 10:54 3.6K R: year
Apache/2.4.58 (Ubuntu) Server at mirror.efect.ro Port 80