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